feat: implemented basics for weapons

This commit is contained in:
Sara 2025-07-17 12:49:32 +02:00
parent 6fa9d11af5
commit aecc40ed6e
15 changed files with 163 additions and 51 deletions

View file

@ -25,6 +25,7 @@ protected:
public:
static PlayerBody *get_singleton();
bool get_is_running() const;
bool get_wants_to_run() const;
private:
bool try_running{ false };