Spawn different objects withing level
This commit is contained in:
parent
102ec6d865
commit
c6e3869176
@ -15,7 +15,7 @@ public:
|
||||
bool shouldUpdate = true;
|
||||
|
||||
public:
|
||||
virtual ~Object() { destroyed(); }
|
||||
~Object() { destroyed(); }
|
||||
|
||||
public:
|
||||
virtual void spawned() { }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user