Manual Reload

This commit is contained in:
MaddoScientisto 2025-05-07 21:50:00 +02:00
commit 3b19e2b76f
10 changed files with 92 additions and 6 deletions

View file

@ -21,4 +21,7 @@ public abstract partial class InputProvider : Node2D
public abstract bool GetFreezeJustPressed();
public abstract bool GetFreezePressed();
public abstract bool GetReloadJustPressed();
public abstract bool GetReloadPressed();
}