Replace references to NEU with Firmament
This commit is contained in:
8
src/main/kotlin/moe/nea/firmament/util/Locraw.kt
Normal file
8
src/main/kotlin/moe/nea/firmament/util/Locraw.kt
Normal file
@@ -0,0 +1,8 @@
|
||||
package moe.nea.firmament.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
|
||||
}
|
||||
Reference in New Issue
Block a user