Example #1
0
 public SkillBook GetSkillBook(int id)
 => SkillBook.Parse(WZ.Resolve($"Skill/{id}"), id, GetJob(id), (c) => GetSkillDescription(c));