- Some work on config service.

This commit is contained in:
MapleWheels
2026-02-04 21:52:29 -05:00
committed by Maplewheels
parent 9cc20a03c0
commit 863ee23583
15 changed files with 420 additions and 549 deletions
@@ -104,6 +104,11 @@ internal partial class NetworkingService : INetworkingService
IsDisposed = true;
}
public ulong GetNetworkIdForInstance(INetworkSyncEntity entity)
{
throw new NotImplementedException();
}
public void RegisterNetVar(INetworkSyncEntity netVar)
{
throw new NotImplementedException();