mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 12:04:06 +09:00
extra fields for something-props
This commit is contained in:
@@ -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>()
|
||||
|
||||
Reference in New Issue
Block a user