Esempio n. 1
0
 public void LogoutReceive(string playerId)
 {
     PlayerPool.Remove(playerId);
     Destroy(PlayerPool[playerId].gameObject);
 }