public Style() { AttackElement = AttackElement.None; SupportElement = SupportElement.None; AttackSkill = null; LinkSkill = null; affinities = new Dictionary<byte, Affinity>(); }
public Style() { AttackElement = AttackElement.None; SupportElement = SupportElement.None; AttackSkill = null; LinkSkill = null; affinities = new Dictionary <byte, Affinity>(); }