mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 03:54:06 +09:00
added Gamerules to the GameWorld
This commit is contained in:
@@ -65,6 +65,8 @@ open class GameWorld() : Disposable {
|
||||
/** Creation time for this world, NOT the entire savegame */
|
||||
internal var totalPlayTime = 0L // cumulative value for this very world
|
||||
|
||||
val gameRules = KVHashMap() // spawn points, creation/lastplay/totalplaytimes are NOT stored to gameRules
|
||||
|
||||
init {
|
||||
creationTime = App.getTIME_T()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user