Added ATTACK state for ground and navy units

This commit is contained in:
Pax1601
2023-11-30 13:08:43 +01:00
parent 4bd017e3c7
commit 17b8b35a43
3 changed files with 63 additions and 1 deletions

View File

@@ -148,7 +148,7 @@ public:
virtual DataTypes::Radio getRadio() { return radio; }
virtual DataTypes::GeneralSettings getGeneralSettings() { return generalSettings; }
virtual vector<DataTypes::Ammo> getAmmo() { return ammo; }
virtual vector<DataTypes::Contact> getTargets() { return contacts; }
virtual vector<DataTypes::Contact> getContacts() { return contacts; }
virtual list<Coords> getActivePath() { return activePath; }
virtual bool getIsLeader() { return isLeader; }
virtual unsigned char getOperateAs() { return operateAs; }