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

@@ -17,7 +17,7 @@ import net.torvald.terrarum.utils.RandomWordsName
/**
* Created by minjaesong on 2018-12-08.
*/
class UIProxyNewRandomGame : UICanvas() {
class UIProxyNewRandomGame(val remoCon: UIRemoCon) : UICanvas() {
override var width: Int = 0
override var height: Int = 0