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