Fixed missing isAlive value

This commit is contained in:
Pax1601
2023-07-26 10:58:39 +02:00
parent 3c11e1c2a1
commit 3fac8a5663
4 changed files with 39 additions and 17 deletions

View File

@@ -92,6 +92,7 @@ public:
void runAILoop();
void update(json::value json, double dt);
void refreshLeaderData(unsigned long long time);
unsigned int getID() { return ID; }
void getData(stringstream& ss, unsigned long long time);