public void UnRegistPlayer(int playerId, PlayerController player) { playList.Remove(playerId); playerNum--; }
public void RegistPlayer(int playerId, PlayerController player) { playList.Add(playerId, player); playerNum++; }