public static void SetPlayerCount(int nPlayerCount)
 {
     m_nPlayerCount = nPlayerCount;
     GameGUI.SetPlayerCount(nPlayerCount);
 }