feat: banana tree defence program

This commit is contained in:
Jett
2025-10-16 13:18:13 +01:00
parent ec6253c80c
commit e2e2e6c1cd
2 changed files with 48 additions and 24 deletions

View File

@@ -11,4 +11,7 @@ public:
void OnHit(Entity* self, Entity* attacker) override;
void OnTimerDone(Entity* self, std::string timerName) override;
private:
LOT m_GorillaLOT = 13524;
};