mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 12:04:06 +09:00
completely abolishing GSON; new save format impl wip
This commit is contained in:
@@ -17,7 +17,7 @@ import java.io.IOException
|
||||
*/
|
||||
object WireCodex {
|
||||
|
||||
private var wireProps = HashMap<ItemID, WireProp>()
|
||||
val wireProps = HashMap<ItemID, WireProp>()
|
||||
|
||||
private val nullProp = WireProp()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user