feat: added interactions, demo packs and destructables

This commit is contained in:
Sara 2025-07-28 21:17:11 +02:00
parent d66c999039
commit 5a4ac26c72
12 changed files with 369 additions and 23 deletions

View file

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