예제 #1
0
 public RPGBatalha(RPGMob mob)
 {
     this.Mob = mob;
 }
예제 #2
0
 public RPGBatalha()
 {
     this.Mob = new RPGMob(0);
 }