コード例 #1
0
 public static SkillDefinition CreateSupport(
     string id, SupportSkillDefinition supportSkill, IReadOnlyDictionary <int, SkillLevelDefinition> levels)
 => SkillDefinition.CreateSupport(id, 0, "", null, new[] { "" }, null, supportSkill, levels);
コード例 #2
0
 private SkillDefinition(
     string id, int numericId, bool isSupport, string statTranslationFile, IReadOnlyList <string> partNames,
     SkillBaseItemDefinition baseItem, ActiveSkillDefinition activeSkill, SupportSkillDefinition supportSkill,
     IReadOnlyDictionary <int, SkillLevelDefinition> levels)
 => (Id, NumericId, IsSupport, PartNames, BaseItem, ActiveSkill, SupportSkill, Levels, StatTranslationFile) =