|
@@ -21,6 +21,7 @@ namespace GFGGame
|
|
protected override void OnInit()
|
|
protected override void OnInit()
|
|
{
|
|
{
|
|
base.OnInit();
|
|
base.OnInit();
|
|
|
|
+ packageName = UI_LoginInputUI.PACKAGE_NAME;
|
|
_ui = UI_LoginInputUI.Create();
|
|
_ui = UI_LoginInputUI.Create();
|
|
this.viewCom = _ui.target;
|
|
this.viewCom = _ui.target;
|
|
this.viewCom.Center();
|
|
this.viewCom.Center();
|