feat: weapon swapping
This commit is contained in:
parent
6b7a092961
commit
7a13823c97
6 changed files with 44 additions and 18 deletions
|
|
@ -39,7 +39,9 @@ public:
|
|||
|
||||
virtual bool allows_running() const { return false; }
|
||||
virtual bool allows_jumping() const { return true; }
|
||||
virtual bool allows_swapping() const { return true; }
|
||||
virtual void notify_selected() {}
|
||||
virtual void notify_deselected() {}
|
||||
|
||||
private:
|
||||
PlayerInput *input{ nullptr };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue