Bullet freeze

This commit is contained in:
Marco 2025-04-26 11:24:20 +02:00
commit 34a07342ac
31 changed files with 255 additions and 8 deletions

View file

@ -25,13 +25,11 @@ public partial class PlayerFSMItemUseModule : ModuleBase<PlayerState, CharacterB
public override void EnterState(PlayerState state)
{
GD.Print("EnterState");
Enabled = true;
}
public override void ExitState(PlayerState state)
{
GD.Print("exitState");
Enabled = false;
}