Skip to main content

LearnSet

Type Alias LearnSet 

Source
pub type LearnSet = HashMap<String, HashSet<MoveSource>>;
Expand description

A species learnset, which maps move names to how they are learned.

Aliased Typeยง

pub struct LearnSet { /* private fields */ }