public PlayerFeatModel(BaseSkillModel feat)
 {
     Feat = feat;
 }
示例#2
0
 public PlayerSkillModel(BaseSkillModel skill)
 {
     Skill = skill;
 }