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