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