Added prefab instancing through C# and support for mid-game rigidbody and skeletal animation
This commit is contained in:
@@ -13,6 +13,8 @@ namespace Nuake {
|
||||
std::string ScriptPath;
|
||||
std::string Class;
|
||||
|
||||
bool Initialized = false;
|
||||
|
||||
json Serialize()
|
||||
{
|
||||
BEGIN_SERIALIZE();
|
||||
|
||||
Reference in New Issue
Block a user