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