mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 03:54:06 +09:00
writing config to disk
This commit is contained in:
@@ -15,7 +15,7 @@ open class KVHashMap {
|
||||
hashMap = newMap
|
||||
}
|
||||
|
||||
protected var hashMap: HashMap<String, Any>
|
||||
var hashMap: HashMap<String, Any>
|
||||
|
||||
/**
|
||||
* Add key-value pair to the configuration table.
|
||||
|
||||
Reference in New Issue
Block a user