pub type SelectedSkillTree = SkillGroupKind;
pub enum SelectedSkillTree { General, Weapon(ToolKind), }