示例#1
0
 public BattleObject(Character character, ExistingMonster monster)
 {
     this.monster = monster;
     this.character = character;
 }