save/load kinda mostly working but fixtures are not getting their sprites back

This commit is contained in:
minjaesong
2021-09-06 17:31:37 +09:00
parent ec08f8d07e
commit 1accf985e7
29 changed files with 230 additions and 126 deletions

View File

@@ -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()