Ejemplo n.º 1
0
 public Tyrant(OrcDevelopment state) : this(state.CurrentLevel, state.Orc)
 {
 }
Ejemplo n.º 2
0
 public Orc(string orcMale)
 {
     _orcMale = orcMale;
     _state   = new OrcFighter(0, this);
 }
Ejemplo n.º 3
0
 public GrandKhavatari(OrcDevelopment state) : this(state.CurrentLevel, state.Orc)
 {
 }
Ejemplo n.º 4
0
 public OrcFighter(OrcDevelopment state) : this(state.CurrentLevel, state.Orc)
 {
 }
Ejemplo n.º 5
0
 public Monk(OrcDevelopment state) : this(state.CurrentLevel, state.Orc)
 {
 }