mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-09 18:14:06 +09:00
load ui to inject remoCon contents to implement its own submenus
This commit is contained in:
@@ -8,7 +8,7 @@ import net.torvald.terrarum.ui.UICanvas
|
||||
/**
|
||||
* Created by minjaesong on 2021-09-13.
|
||||
*/
|
||||
class UIProxyLoadLatestSave : UICanvas() {
|
||||
class UIProxyLoadLatestSave(val remoCon: UIRemoCon) : UICanvas() {
|
||||
|
||||
override var width: Int = 0
|
||||
override var height: Int = 0
|
||||
|
||||
Reference in New Issue
Block a user