Esempio n. 1
0
 /// <summary>
 /// Check that the requirements for running the game in a live virtual environment are met
 /// </summary>
 ///
 /// <exception cref="GroupsSetupException">Thrown if a groups setup requirement wasn't met</exception>
 protected void CheckVeRequirements()
 {
     Groups.CheckForRequiredSetup();
 }