Beispiel #1
0
 /// <summary>
 /// Gets the supported game rules at the index; see SupportedGamerules.
 /// </summary>
 /// <param name="index"></param>
 /// <returns>Name of the supported gamemode</returns>
 public string GetSupportedGameRules(int index)
 {
     return(LevelInterop.GetGameType(Handle, index));
 }