Commit, fix boxcollider

This commit is contained in:
2026-04-15 07:52:14 +02:00
parent dc55af5323
commit ab3baf5cbb
4 changed files with 61 additions and 23 deletions

View File

@@ -8,5 +8,7 @@
namespace Game::AGame {
GAME_ENTITY(Enemy)
public:
void onCollisionEnter(Object::Entity* other) override;
END_GAME_ENTITY()
}