Beispiel #1
0
 public static bool Get(GDBool key)
 {
     return(GameDataSystem.Get(key.key, GameDataSystem.GetCurrentVersion()) == 1f);
 }
Beispiel #2
0
 public static bool Get(GDBool key, Version version)
 {
     return(GameDataSystem.Get(key.key, version) == 1f);
 }