Exemplo n.º 1
0
 /// <summary>
 /// Changes the owner of the object. Can only be called from server
 /// </summary>
 /// <param name="newOwnerClientId">The new owner clientId</param>
 public void ChangeOwnership(ulong newOwnerClientId)
 {
     NetworkSpawnManager.ChangeOwnership(this, newOwnerClientId);
 }