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