working invitation code via portal

This commit is contained in:
minjaesong
2023-09-04 21:48:28 +09:00
parent 7b3ac9cd06
commit c45cab388e
12 changed files with 276 additions and 216 deletions

View File

@@ -17,7 +17,7 @@ import net.torvald.terrarum.langpack.Lang
open class UIItemTextButton(
parentUI: UICanvas,
/** Stored text (independent to the Langpack) */
val textfun: () -> String,
var textfun: () -> String,
initialX: Int,
initialY: Int,
override val width: Int,