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