提交
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user