aboutsummaryrefslogtreecommitdiff
path: root/Sources/WmapParser/KeywordParserContext.swift
blob: 1b889b3a51e9b7c9c80cf51227aecbafb498ef2e (plain)
1
2
3
4
5
6
7
struct KeywordParserContext {
  var stages: [Stage]
  var notes: [Note]
  var groups: [Group]
  var inertias: [Inertia]
  var evolutions: [Evolution]
}