remove towers on player leave

This commit is contained in:
Simon Pribylski
2023-08-26 10:25:52 +02:00
parent 1f94ae2586
commit 51ec035490
3 changed files with 19 additions and 0 deletions

View File

@@ -219,7 +219,9 @@ public:
const TeamList& GetTeams() const;
TowerList& GetTowers() { return m_Towers; }
const TowerList& GetTowers() const { return m_Towers; }
TowerPtr GetTowerById(TowerID tower);
const Player* GetPlayerById(PlayerID id) const;