修改bug
This commit is contained in:
@@ -7,6 +7,7 @@ namespace FGUI.JBingoPlay
|
||||
{
|
||||
public partial class com_end : GComponent
|
||||
{
|
||||
public Controller gift;
|
||||
public com_endpop com_endPop;
|
||||
public btn_playagain btn_playagain;
|
||||
public GButton btn_home;
|
||||
@@ -22,6 +23,7 @@ namespace FGUI.JBingoPlay
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
gift = GetControllerAt(0);
|
||||
com_endPop = (com_endpop)GetChildAt(2);
|
||||
btn_playagain = (btn_playagain)GetChildAt(3);
|
||||
btn_home = (GButton)GetChildAt(4);
|
||||
|
||||
Reference in New Issue
Block a user