SkillPresetManifest

Type Alias SkillPresetManifest 

Source
pub type SkillPresetManifest = Ron<HashMap<String, Vec<(Skill, u8)>>>;

Aliased Type§

#[repr(transparent)]
pub struct SkillPresetManifest(pub HashMap<String, Vec<(Skill, u8)>>);

Tuple Fields§

§0: HashMap<String, Vec<(Skill, u8)>>