mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-16 05:24:06 +09:00
completely abolishing GSON; new save format impl wip
This commit is contained in:
@@ -28,7 +28,7 @@ class Material {
|
||||
|
||||
object MaterialCodex {
|
||||
|
||||
private var materialProps = HashMap<String, Material>()
|
||||
val materialProps = HashMap<String, Material>()
|
||||
private val nullMaterial = Material()
|
||||
|
||||
operator fun invoke(module: String, path: String) {
|
||||
|
||||
Reference in New Issue
Block a user