aboutsummaryrefslogtreecommitdiff
path: root/Sources/WmapParser/KeywordParserContext.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Sources/WmapParser/KeywordParserContext.swift')
-rw-r--r--Sources/WmapParser/KeywordParserContext.swift7
1 files changed, 7 insertions, 0 deletions
diff --git a/Sources/WmapParser/KeywordParserContext.swift b/Sources/WmapParser/KeywordParserContext.swift
new file mode 100644
index 0000000..1b889b3
--- /dev/null
+++ b/Sources/WmapParser/KeywordParserContext.swift
@@ -0,0 +1,7 @@
+struct KeywordParserContext {
+ var stages: [Stage]
+ var notes: [Note]
+ var groups: [Group]
+ var inertias: [Inertia]
+ var evolutions: [Evolution]
+}