Exemplo n.º 1
0
 public XYZMonsterData(XYZMonsterData _monster)
     : base(_monster.Id, _monster.Name, _monster.Description, _monster.IsEffect,
            _monster.Attribute.ToString(), _monster.MonsterType.ToString(), _monster.Ability.ToString(), _monster.Atk, _monster.Def, _rank: _monster.Rank)
 {
     this.CardType = eCardType.XYZ;
 }
Exemplo n.º 2
0
 public XYZMonsterData(XYZMonsterData _monster)
     : base(_monster.Id, _monster.Name, _monster.Description, _monster.IsEffect,
     _monster.Attribute.ToString(), _monster.MonsterType.ToString(), _monster.Ability.ToString(), _monster.Atk, _monster.Def, _rank: _monster.Rank)
 {
     this.CardType = eCardType.XYZ;
 }