mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-10 22:01:52 +09:00
new save format wip (no branching on this commit)
This commit is contained in:
@@ -84,7 +84,8 @@ class ArrayListMap<K, V> : MutableMap<K, V> {
|
||||
}
|
||||
|
||||
override fun clear() {
|
||||
TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
|
||||
keysArray.clear()
|
||||
valuesArray.clear()
|
||||
}
|
||||
|
||||
override fun compute(key: K, remappingFunction: BiFunction<in K, in V?, out V?>): V? {
|
||||
|
||||
Reference in New Issue
Block a user