- Fixed network synchro of vars, needs synctype testing.
This commit is contained in:
+1
@@ -33,6 +33,7 @@ public interface IEntityNetworkingService
|
||||
{
|
||||
Guid GetNetworkIdForInstance(INetworkSyncVar var);
|
||||
void RegisterNetVar(INetworkSyncVar netVar);
|
||||
void DeregisterNetVar(INetworkSyncVar netVar);
|
||||
void SendNetVar(INetworkSyncVar netVar);
|
||||
void SendNetVar(INetworkSyncVar netVar, NetworkConnection connection);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user