Exemplo n.º 1
0
 public Boolean IsRacePreferenceSet(JassRacePreference preference)
 {
     return(SafeNatives.IsPlayerRacePrefSet(this, preference));
 }
Exemplo n.º 2
0
 public void SetRacePreference(JassRacePreference preference)
 {
     SafeNatives.SetPlayerRacePreference(this, preference);
 }