1 2 3 4 5 6 7 8 9
extension WmapParser { struct KeywordParserContext { var stages: [Stage] var notes: [Note] var groups: [Group] var inertias: [Inertia] var evolutions: [Evolution] } }