small cleanup

This commit is contained in:
h4570
2022-08-17 01:02:57 +02:00
parent fea2398699
commit 2e41332dca
9 changed files with 37 additions and 29 deletions
-1
View File
@@ -54,7 +54,6 @@ class Enemy {
bool isFighting = false;
Vec4 spawnPoint;
Renderer3DUtility* utility;
Audio* audio;
EnemyInfo info;
};