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