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