A面修改

This commit is contained in:
2026-06-01 15:05:48 +08:00
parent a616b21475
commit aa06dbdb04
6 changed files with 22 additions and 13 deletions
@@ -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);