This commit is contained in:
2026-06-05 10:21:43 +08:00
parent b454d4432b
commit b6c7c47dc6
12 changed files with 54 additions and 11 deletions
@@ -8,6 +8,7 @@ namespace FGUI.ACommon
public partial class btn_hall_h5 : GButton
{
public GTextField number_text;
public GTextField lab_time;
public const string URL = "ui://pmf3wbjimfb0pif";
public static btn_hall_h5 CreateInstance()
@@ -19,7 +20,8 @@ namespace FGUI.ACommon
{
base.ConstructFromXML(xml);
number_text = (GTextField)GetChildAt(3);
number_text = (GTextField)GetChildAt(2);
lab_time = (GTextField)GetChildAt(3);
}
}
}