Spawn different objects withing level

This commit is contained in:
DanielProl1xy
2024-02-19 11:41:44 +03:00
parent 102ec6d865
commit c6e3869176
+1 -1
View File
@@ -15,7 +15,7 @@ public:
bool shouldUpdate = true;
public:
virtual ~Object() { destroyed(); }
~Object() { destroyed(); }
public:
virtual void spawned() { }