public PlayerFeatModel(BaseSkillModel feat) { Feat = feat; }
public PlayerSkillModel(BaseSkillModel skill) { Skill = skill; }