mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-12 14:51:51 +09:00
Rudimentary load screen works (only with Ingame screen)
This commit is contained in:
@@ -59,4 +59,8 @@ class HistoryArray<T>(val size: Int) {
|
||||
val oldest: T?
|
||||
get() = this[history.size - 1]
|
||||
|
||||
fun clear() {
|
||||
history.clear()
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user