feat: started work on reloading

This commit is contained in:
Sara 2025-08-05 16:20:55 +02:00
parent 2d720a983a
commit 150231c67c
17 changed files with 63 additions and 33 deletions

View file

@ -20,6 +20,7 @@ public:
static String sig_jump;
static String sig_crouch;
static String sig_activate;
static String sig_reload;
private:
bool was_paused{ false };