Example #1
0
 //----HORDE----
 public FactionRaceGender(
     HordeRaces newRace,
     Gender newGender)
 {
     this.hRace   = newRace;
     this.gender  = newGender;
     this.faction = Faction.Horde;
     this.aRace   = AllianceRaces.x;
 }
Example #2
0
 public FactionRaceGender(AllianceRaces newRace)
 {
     this.aRace   = newRace;
     this.faction = Faction.Alliance;
 }