diff options
| author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-06-22 14:23:26 +0200 |
|---|---|---|
| committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-06-22 14:23:26 +0200 |
| commit | 13c636ff4ad49403c078b208dabd0b87972b0440 (patch) | |
| tree | 0bc36b94b621a27acba352b58e8f22dd59c5c07f /src/main/java/at/hannibal2/skyhanni/data | |
| parent | 3e7aa9855489888283b6c53ce14002fe38d04dbe (diff) | |
| download | skyhanni-13c636ff4ad49403c078b208dabd0b87972b0440.tar.gz skyhanni-13c636ff4ad49403c078b208dabd0b87972b0440.tar.bz2 skyhanni-13c636ff4ad49403c078b208dabd0b87972b0440.zip | |
Added rift timer
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/data')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/data/IslandType.kt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/data/IslandType.kt b/src/main/java/at/hannibal2/skyhanni/data/IslandType.kt index 8b9c4dc3e..d3357e880 100644 --- a/src/main/java/at/hannibal2/skyhanni/data/IslandType.kt +++ b/src/main/java/at/hannibal2/skyhanni/data/IslandType.kt @@ -18,6 +18,7 @@ enum class IslandType(val displayName: String, val apiName: String = "null") { GARDEN("Garden"), GARDEN_GUEST("Garden Guest"), SPIDER_DEN("Spider's Den"), + THE_RIFT("The Rift"), NONE(""), UNKNOWN("???"), |
