extra fields for something-props

This commit is contained in:
minjaesong
2021-09-06 10:39:31 +09:00
parent 6b86f65681
commit ec08f8d07e
9 changed files with 46 additions and 8 deletions

View File

@@ -18,6 +18,11 @@ class Faction(name: String) : Comparable<Faction> {
lateinit var factionFearful: HashSet<String>
var referenceID: FactionID = generateUniqueID()
/**
* Mainly intended to be used by third-party modules
*/
val extra = Codex()
init {
factionAmicable = HashSet<String>()
factionNeutral = HashSet<String>()