aboutsummaryrefslogtreecommitdiff
path: root/Sources/WmapParser/Stage.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Sources/WmapParser/Stage.swift')
-rw-r--r--Sources/WmapParser/Stage.swift5
1 files changed, 5 insertions, 0 deletions
diff --git a/Sources/WmapParser/Stage.swift b/Sources/WmapParser/Stage.swift
new file mode 100644
index 0000000..78429e0
--- /dev/null
+++ b/Sources/WmapParser/Stage.swift
@@ -0,0 +1,5 @@
+/// An override for the width of an evolution stage.
+public struct Stage: Sendable, Equatable {
+ public let stage: StageNumber
+ public let value: Double
+}