A面修改
This commit is contained in:
@@ -8,6 +8,7 @@ namespace FGUI.P14_PassView
|
||||
public partial class com_passunlock : GComponent
|
||||
{
|
||||
public Controller pay_type;
|
||||
public Controller gift;
|
||||
public GButton btn_close;
|
||||
public GTextField text_allgold;
|
||||
public GButton btn_buypass;
|
||||
@@ -26,6 +27,7 @@ namespace FGUI.P14_PassView
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pay_type = GetControllerAt(0);
|
||||
gift = GetControllerAt(1);
|
||||
btn_close = (GButton)GetChildAt(1);
|
||||
text_allgold = (GTextField)GetChildAt(5);
|
||||
btn_buypass = (GButton)GetChildAt(6);
|
||||
|
||||
Reference in New Issue
Block a user