From 0b90075f76b6f2df77c01c303322323b1395641a Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 14 Dec 2025 16:16:22 +0100 Subject: Use WmapParser namespace --- Sources/WmapParser/KeywordParserContext.swift | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 Sources/WmapParser/KeywordParserContext.swift (limited to 'Sources/WmapParser/KeywordParserContext.swift') diff --git a/Sources/WmapParser/KeywordParserContext.swift b/Sources/WmapParser/KeywordParserContext.swift deleted file mode 100644 index 1b889b3..0000000 --- a/Sources/WmapParser/KeywordParserContext.swift +++ /dev/null @@ -1,7 +0,0 @@ -struct KeywordParserContext { - var stages: [Stage] - var notes: [Note] - var groups: [Group] - var inertias: [Inertia] - var evolutions: [Evolution] -} -- cgit