pub type SkillPresetManifest = Ron<HashMap<String, Vec<(Skill, u8)>>>;
#[repr(transparent)]pub struct SkillPresetManifest(pub HashMap<String, Vec<(Skill, u8)>>);
0: HashMap<String, Vec<(Skill, u8)>>