feat: weapon swapping
This commit is contained in:
parent
6b7a092961
commit
7a13823c97
6 changed files with 44 additions and 18 deletions
|
|
@ -27,9 +27,11 @@ public:
|
|||
void _notification(int what);
|
||||
virtual PackedStringArray get_configuration_warnings() const override;
|
||||
|
||||
virtual bool allows_swapping() const override;
|
||||
virtual bool allows_running() const override;
|
||||
bool run_requested() const;
|
||||
virtual void notify_selected() override;
|
||||
virtual void notify_deselected() override;
|
||||
void reload_full();
|
||||
|
||||
void set_ads_factor(float value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue