Added instance rendering
Added rendering and creation
This commit is contained in:
@@ -3,11 +3,12 @@
|
||||
|
||||
std::string name;
|
||||
Instance* parent;
|
||||
static const std::string className = "Instance";
|
||||
static std::string className = "Instance";
|
||||
|
||||
Instance::Instance(void)
|
||||
{
|
||||
name = "Default Game Instance";
|
||||
className = "Part";
|
||||
}
|
||||
|
||||
Instance::~Instance(void)
|
||||
|
||||
Reference in New Issue
Block a user