Beispiel #1
0
 public void SetUp(Character character)
 {
     this.No        = character.No;
     this.Name      = character.Name;
     this.Type      = character.Type;
     this.Att       = character.Att;
     image.color    = manaIcon.ColorImage(ToAttribute(Att));
     this.Hp        = character.Hp;
     this.Atk       = character.Atk;
     this.Rec       = character.Rec;
     this.Skill     = character.Skill;
     this.SkillCost = character.SkillCost;
     mananum.text   = SkillCost.ToString();
     this.refR      = character.refR;
     this.refW      = character.refW;
     this.refL      = character.refL;
     this.refS      = character.refS;
     this.refD      = character.refD;
 }