mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 20:14:05 +09:00
save/load kinda mostly working but fixtures are not getting their sprites back
This commit is contained in:
@@ -15,7 +15,7 @@ import java.io.IOException
|
||||
*/
|
||||
class WireCodex {
|
||||
|
||||
val wireProps = HashMap<ItemID, WireProp>()
|
||||
@Transient val wireProps = HashMap<ItemID, WireProp>()
|
||||
|
||||
@Transient private val nullProp = WireProp()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user