This commit is contained in:
2026-05-15 18:35:43 +08:00
parent 663bd4da53
commit f5badae0a7
10 changed files with 75 additions and 11 deletions
@@ -11,7 +11,6 @@ namespace FGUI.ACommon
public btn_101 btn_coin;
public btn_102 btn_cash;
public com_avatar com_avatar;
public GGroup top_group;
public const string URL = "ui://pmf3wbjiaxgih3";
public static com_currency CreateInstance()
@@ -27,7 +26,6 @@ namespace FGUI.ACommon
btn_coin = (btn_101)GetChildAt(1);
btn_cash = (btn_102)GetChildAt(2);
com_avatar = (com_avatar)GetChildAt(3);
top_group = (GGroup)GetChildAt(4);
}
}
}