aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/moe/nea/notenoughupdates/util/Locraw.kt
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/kotlin/moe/nea/notenoughupdates/util/Locraw.kt')
-rw-r--r--src/main/kotlin/moe/nea/notenoughupdates/util/Locraw.kt8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/main/kotlin/moe/nea/notenoughupdates/util/Locraw.kt b/src/main/kotlin/moe/nea/notenoughupdates/util/Locraw.kt
deleted file mode 100644
index 400842f..0000000
--- a/src/main/kotlin/moe/nea/notenoughupdates/util/Locraw.kt
+++ /dev/null
@@ -1,8 +0,0 @@
-package moe.nea.notenoughupdates.util
-
-import kotlinx.serialization.Serializable
-
-@Serializable
-data class Locraw(val server: String, val gametype: String? = null, val mode: String? = null, val map: String? = null) {
- val skyblockLocation = if (gametype == "SKYBLOCK") mode else null
-}