提交
This commit is contained in:
@@ -22,6 +22,7 @@ namespace FGUI.JMain
|
||||
public btn_petty btn_petty;
|
||||
public GButton btn_play;
|
||||
public GButton btn_wb;
|
||||
public GButton btn_pal;
|
||||
public const string URL = "ui://qw9x6rf3lbaa0";
|
||||
|
||||
public static com_main CreateInstance()
|
||||
@@ -48,6 +49,7 @@ namespace FGUI.JMain
|
||||
btn_petty = (btn_petty)GetChildAt(15);
|
||||
btn_play = (GButton)GetChildAt(16);
|
||||
btn_wb = (GButton)GetChildAt(17);
|
||||
btn_pal = (GButton)GetChildAt(18);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user