Exemplo n.º 1
0
 public void SetAttribute(CharacterAttribute InAttribute)
 {
     Info.Attribute    = (CharacterAttribute)InAttribute.Clone();
     Info.Attribute.HP = InAttribute.HP;
 }