feat: add tower ticks

This commit is contained in:
2021-09-19 18:15:36 +02:00
parent f6ef238984
commit 3bc58b12a6
2 changed files with 5 additions and 0 deletions

View File

@@ -124,6 +124,8 @@ protected:
MobList m_Mobs;
std::vector<Tower> m_Towers;
Game* m_Game;
public:
World(Game* game);