Exemplo n.º 1
0
 /// <summary>
 /// Removes all ownership of an object from any client. Can only be called from server
 /// </summary>
 public void RemoveOwnership()
 {
     NetworkSpawnManager.RemoveOwnership(this);
 }