storage chest ui to display its name and player encumbrance meter

This commit is contained in:
minjaesong
2021-03-16 17:37:52 +09:00
parent 5f7db4cf19
commit bae438c2df
11 changed files with 89 additions and 28 deletions

View File

@@ -6,6 +6,10 @@ import net.torvald.terrarum.utils.JsonFetcher
import java.io.File
import java.util.*
class LangObject(val key: String, val fromLang: Boolean) {
fun get() = if (fromLang) Lang[key] else key
}
/**
* Created by minjaesong on 2016-01-22.
*/