Datamodel V1.1

This commit is contained in:
andreja6
2018-10-24 19:45:51 -07:00
parent 0f0be7f0b9
commit 4df67897dc
16 changed files with 203 additions and 57 deletions

View File

@@ -3,11 +3,12 @@
WorkspaceInstance::WorkspaceInstance(void)
{
Instance::Instance();
GroupInstance::GroupInstance();
name = "Instance";
className = "Level";
timer = 60.0F;
score = 0;
canDelete = false;
}
WorkspaceInstance::~WorkspaceInstance(void)