Exemplo n.º 1
0
 public RPGBatalha(RPGMob mob)
 {
     this.Mob = mob;
 }
Exemplo n.º 2
0
 public RPGBatalha()
 {
     this.Mob = new RPGMob(0);
 }