load ui to inject remoCon contents to implement its own submenus

This commit is contained in:
minjaesong
2021-10-19 10:54:39 +09:00
parent 917fc04ad8
commit 8c692aa45e
38 changed files with 87 additions and 64 deletions

View File

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