feat: T##_as_Mirror is no longer defined static

This commit is contained in:
Sara 2024-01-12 09:33:21 +01:00
parent 0c6f1dd8cf
commit e13f9fc63a
2 changed files with 4 additions and 5 deletions

View file

@ -61,7 +61,6 @@ void PlayerOnOverlap(Player* self, Collider* other);
static long PlayerGetDepth(Player* self) { return (int)(-10-self->transform.position.y * 1000); }
DECL_REFLECT(Player);
decl_typeclass_impl(BehaviourEntity, Player)
decl_typeclass_impl(Drop, Player)
decl_typeclass_impl(Transformable, Player)