WIP
This commit is contained in:
@@ -12,6 +12,7 @@ enum ThotStyle: Int, CaseIterable {
|
||||
case never = 2
|
||||
case recovery = 3
|
||||
case random = 4
|
||||
case off
|
||||
|
||||
func stringValue() -> String {
|
||||
switch(self) {
|
||||
@@ -23,6 +24,8 @@ enum ThotStyle: Int, CaseIterable {
|
||||
return "Recovery"
|
||||
case .random:
|
||||
return "Random"
|
||||
case .off:
|
||||
return "Off"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user