bingo b面修改
This commit is contained in:
@@ -7,8 +7,8 @@ namespace FGUI.ACommon
|
||||
{
|
||||
public partial class com_avatar : GComponent
|
||||
{
|
||||
public GTextField text_name;
|
||||
public GLoader loader_flag;
|
||||
public GTextField text_name;
|
||||
public const string URL = "ui://pmf3wbjix6ybho";
|
||||
|
||||
public static com_avatar CreateInstance()
|
||||
@@ -20,8 +20,8 @@ namespace FGUI.ACommon
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
loader_flag = (GLoader)GetChildAt(1);
|
||||
text_name = (GTextField)GetChildAt(3);
|
||||
loader_flag = (GLoader)GetChildAt(4);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user