feat: implementations of initial weapon inventory interface
This commit is contained in:
parent
6cdb2cbd4f
commit
6fa9d11af5
12 changed files with 126 additions and 11 deletions
|
|
@ -17,6 +17,9 @@ class Rifle : public WeaponBase {
|
|||
public:
|
||||
void _notification(int what);
|
||||
|
||||
virtual bool allows_running() const override;
|
||||
virtual void notify_selected() override;
|
||||
|
||||
private:
|
||||
float ads_factor{ 0.5f };
|
||||
bool request_alt_mode{ false };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue