Started work on prefabs.
This commit is contained in:
@ -23,7 +23,7 @@ namespace Dawn {
|
||||
|
||||
class IDawnGame {
|
||||
public:
|
||||
Scene *scene;
|
||||
Scene *scene = nullptr;
|
||||
|
||||
/**
|
||||
* Initialize the game. This is performed by the host at a time that is
|
||||
|
Reference in New Issue
Block a user