Esempio n. 1
0
 /// <summary>
 /// Checks if Player is in a game mode that would get them flagged if using mods
 /// </summary>
 public static bool CanGetFlagged(this InGame inGame)
 {
     return(inGame.IsInRace() || inGame.IsInPublicCoop() || inGame.IsInOdyssey());
 }