aboutsummaryrefslogtreecommitdiff
path: root/Sources/WmapParser/StageNumber.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Sources/WmapParser/StageNumber.swift')
-rw-r--r--Sources/WmapParser/StageNumber.swift8
1 files changed, 8 insertions, 0 deletions
diff --git a/Sources/WmapParser/StageNumber.swift b/Sources/WmapParser/StageNumber.swift
new file mode 100644
index 0000000..2e8a2da
--- /dev/null
+++ b/Sources/WmapParser/StageNumber.swift
@@ -0,0 +1,8 @@
+/// The potential stages of evolution.
+@frozen
+public enum StageNumber: Sendable, Equatable {
+ case stageI
+ case stageII
+ case stageIII
+ case stageIV
+}