Exemplo n.º 1
0
 public Warrior(Human human) : base(human.Characteristics)
 {
     _rankPriorityLevel = 1;
     _currJob           = JobsEn.Warrior;
 }
Exemplo n.º 2
0
 public Shaman(Human human) : base(human.Characteristics)
 {
     _rankPriorityLevel = 3;
     _currJob           = JobsEn.Shaman;
 }