crafting ui working (visuals only)

This commit is contained in:
minjaesong
2022-06-28 22:51:09 +09:00
parent 8ee2a2f56d
commit b34502ebd3
16 changed files with 271 additions and 94 deletions

View File

@@ -38,7 +38,7 @@ class Material {
class MaterialCodex {
@Transient val materialProps = HashMap<String, Material>()
@Transient private val nullMaterial = Material()
@Transient internal val nullMaterial = Material()
internal constructor()