public void SetAttribute(CharacterAttribute InAttribute) { Info.Attribute = (CharacterAttribute)InAttribute.Clone(); Info.Attribute.HP = InAttribute.HP; }