Exemplo n.º 1
0
 private void ClientRemote_FinishInteraction(IWorldObject worldObject)
 {
     ClientInteractionUISystem.OnServerForceFinishInteraction(worldObject);
 }
 private void ClientRemote_FinishInteraction(IWorldObject worldObject)
 {
     Logger.Info($"Server informed that the object interaction with {worldObject} is finished");
     ClientInteractionUISystem.OnServerForceFinishInteraction(worldObject);
 }