a面修改

This commit is contained in:
2026-06-01 10:36:42 +08:00
parent 777e484b51
commit 9b2b69dac2
9 changed files with 27 additions and 9 deletions
@@ -8,6 +8,7 @@ namespace FGUI.Pack_16
public partial class pack_panel : GComponent
{
public Controller pay_type;
public Controller gift;
public GTextField text_goldnum;
public GTextField text_refreshnum;
public GTextField text_outnum;
@@ -37,6 +38,7 @@ namespace FGUI.Pack_16
base.ConstructFromXML(xml);
pay_type = GetControllerAt(0);
gift = GetControllerAt(1);
text_goldnum = (GTextField)GetChildAt(9);
text_refreshnum = (GTextField)GetChildAt(10);
text_outnum = (GTextField)GetChildAt(11);