Trophy, Object impl, and cleanup

This commit is contained in:
MegaMech
2024-12-13 15:19:39 -07:00
parent 517a59fbf4
commit 7f22f75db7
9 changed files with 47 additions and 35 deletions
+1 -3
View File
@@ -2,11 +2,9 @@
#include "Actor.h"
//GameActor()
AActor::AActor() {}
// Virtual functions to be overridden by derived classes
// Virtual functions to be overridden by derived classes
void AActor::Tick() { }
void AActor::Draw(Camera *camera) { }
void AActor::Collision(Player* player, AActor* actor) {}