mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 03:24:06 +09:00
storage chest ui to display its name and player encumbrance meter
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user