hit q to close the storage chest gui

This commit is contained in:
minjaesong
2021-08-07 00:27:32 +09:00
parent f7ce911c9e
commit ce9b86d637
6 changed files with 19 additions and 13 deletions

View File

@@ -16,7 +16,7 @@ import kotlin.math.roundToInt
/**
* Created by minjaesong on 2017-06-11.
*/
class UITierOneWatch(private val player: ActorHumanoid?) : UICanvas() {
class UITierOneWatch() : UICanvas() {
override var width = 160
override var height = 23
override var openCloseTime: Second = 0f