world portal listing gui

This commit is contained in:
minjaesong
2023-05-29 17:51:15 +09:00
parent 98a6c9ae70
commit 331e89b4df
6 changed files with 186 additions and 39 deletions

View File

@@ -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:
*