Ejemplo n.º 1
0
 /// <summary>
 /// Called when sync control of an object has been taken from local player.
 /// </summary>
 public void SyncTakenByForce()
 {
     if (syncedObject != null)
     {
         syncedObject.SyncTakenByForce();
     }
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Called when sync control of an object has been taken from local player.
 /// </summary>
 public void SyncTakenByForce()
 {
     syncedObject?.SyncTakenByForce();
 }