writing config to disk

This commit is contained in:
minjaesong
2021-09-19 15:15:42 +09:00
parent b741d463bb
commit 66e77e0a01
8 changed files with 76 additions and 6 deletions

View File

@@ -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.