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

@@ -6,7 +6,7 @@ import java.util.*
* Created by minjaesong on 2016-05-09.
*/
class FactionCodex {
val factionContainer = ArrayList<Faction>()
@Transient val factionContainer = ArrayList<Faction>()
fun clear() = factionContainer.clear()