feat: allow control replication via code, fix null owner on OnEntityCreated

This commit is contained in:
2023-10-16 23:37:35 +03:00
parent e7dd693147
commit 893c73512a
9 changed files with 56 additions and 39 deletions
@@ -127,5 +127,10 @@ namespace Ragon.Client
if (_libraryLoaded)
Library.Deinitialize();
}
public void Close()
{
}
}
}
@@ -128,5 +128,10 @@ namespace Ragon.Client
if (_libraryLoaded)
Library.Deinitialize();
}
public void Close()
{
}
}
}
+1 -2
View File
@@ -1,5 +1,4 @@
using Ragon.Client.Property;
using Ragon.Protocol;
namespace Ragon.Client.Simulation;