mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-19 23:14:05 +09:00
save/load kinda mostly working but fixtures are not getting their sprites back
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user