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