Formatting

This commit is contained in:
Marco 2025-04-07 16:05:48 +02:00
commit c50450f6b8

View file

@ -21,7 +21,6 @@ public partial class PlayerGrazingModule : PlayerArea2DModule
} }
} }
public override void EnterState(PlayerState state) public override void EnterState(PlayerState state)
{ {
Enabled = true; Enabled = true;
@ -56,11 +55,9 @@ public partial class PlayerGrazingModule : PlayerArea2DModule
public override void Process(double delta) public override void Process(double delta)
{ {
} }
public override void PhysicsProcess(double delta) public override void PhysicsProcess(double delta)
{ {
} }
} }