bingo b面修改

This commit is contained in:
2026-05-08 11:03:44 +08:00
parent ad5920ac6a
commit 5d32fd56f4
1780 changed files with 36187 additions and 73978 deletions
@@ -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);
}
}
}