Commit, fix boxcollider
This commit is contained in:
@@ -8,5 +8,7 @@
|
||||
|
||||
namespace Game::AGame {
|
||||
GAME_ENTITY(Enemy)
|
||||
public:
|
||||
void onCollisionEnter(Object::Entity* other) override;
|
||||
END_GAME_ENTITY()
|
||||
}
|
||||
Reference in New Issue
Block a user