Datamodel V1.1
This commit is contained in:
@@ -9,6 +9,7 @@ Instance::Instance(void)
|
||||
name = "Default Game Instance";
|
||||
className = "BaseInstance";
|
||||
listicon = 0;
|
||||
canDelete = true;
|
||||
}
|
||||
|
||||
Instance::Instance(const Instance &oinst)
|
||||
@@ -16,6 +17,7 @@ Instance::Instance(const Instance &oinst)
|
||||
|
||||
name = oinst.name;
|
||||
className = oinst.className;
|
||||
canDelete = oinst.canDelete;
|
||||
//setParent(oinst.parent);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user