提交
This commit is contained in:
@@ -7,10 +7,10 @@ namespace FGUI.ACommon
|
||||
{
|
||||
public partial class com_currency : GComponent
|
||||
{
|
||||
public com_avatar com_avatar;
|
||||
public GButton settings;
|
||||
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";
|
||||
|
||||
@@ -23,10 +23,10 @@ namespace FGUI.ACommon
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
settings = (GButton)GetChildAt(1);
|
||||
btn_coin = (btn_101)GetChildAt(2);
|
||||
btn_cash = (btn_102)GetChildAt(3);
|
||||
com_avatar = (com_avatar)GetChildAt(4);
|
||||
com_avatar = (com_avatar)GetChildAt(1);
|
||||
settings = (GButton)GetChildAt(2);
|
||||
btn_coin = (btn_101)GetChildAt(3);
|
||||
btn_cash = (btn_102)GetChildAt(4);
|
||||
top_group = (GGroup)GetChildAt(5);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user