feat banana (#1917)

This commit is contained in:
David Markowitz
2025-10-19 12:00:14 -07:00
committed by GitHub
parent 281d9762ef
commit a70c365c23
4 changed files with 35 additions and 26 deletions

View File

@@ -7,4 +7,5 @@ public:
void OnStartup(Entity* self) override;
void OnTimerDone(Entity* self, std::string timerName) override;
void OnHit(Entity* self, Entity* attacker) override;
};