aboutsummaryrefslogtreecommitdiff
path: root/Sources/WmapParser/ParserContext/KeywordParserContext.swift
blob: bfafad2f700bac9e3a99bf6f9c579d9afd34cd41 (plain)
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]
  }
}