mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 19:44:05 +09:00
world portal listing gui
This commit is contained in:
@@ -123,6 +123,9 @@ object Lang {
|
||||
|
||||
private val bindOp = ">>="
|
||||
|
||||
fun getOrNull(key: String?, capitalise: Boolean = true) =
|
||||
if (key == null) null else get(key, capitalise)
|
||||
|
||||
/**
|
||||
* Syntax example:
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user