31 lines
877 B
C#
31 lines
877 B
C#
|
|
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||
|
|
|
||
|
|
using FairyGUI;
|
||
|
|
using FairyGUI.Utils;
|
||
|
|
|
||
|
|
namespace FGUI.ACommon
|
||
|
|
{
|
||
|
|
public partial class com_currency : GComponent
|
||
|
|
{
|
||
|
|
public GButton settings;
|
||
|
|
public btn_101 btn_coin;
|
||
|
|
public btn_102 btn_cash;
|
||
|
|
public com_avatar com_avatar;
|
||
|
|
public const string URL = "ui://pmf3wbjiaxgih3";
|
||
|
|
|
||
|
|
public static com_currency CreateInstance()
|
||
|
|
{
|
||
|
|
return (com_currency)UIPackage.CreateObject("ACommon", "com_currency");
|
||
|
|
}
|
||
|
|
|
||
|
|
public override void ConstructFromXML(XML xml)
|
||
|
|
{
|
||
|
|
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);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|