Started work on prefabs.

This commit is contained in:
2022-12-19 22:41:16 -08:00
parent 53ebbf0699
commit d619e33763
24 changed files with 403 additions and 15 deletions

View File

@ -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