27 lines
671 B
C#
27 lines
671 B
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
using FairyGUI;
|
|
using FairyGUI.Utils;
|
|
|
|
namespace FGUI.Treasure_19
|
|
{
|
|
public partial class icon : GComponent
|
|
{
|
|
public GLoader img;
|
|
public GTextField nums;
|
|
public const string URL = "ui://a98xmhwkty4r1w";
|
|
|
|
public static icon CreateInstance()
|
|
{
|
|
return (icon)UIPackage.CreateObject("Treasure_19", "icon");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
img = (GLoader)GetChildAt(0);
|
|
nums = (GTextField)GetChildAt(1);
|
|
}
|
|
}
|
|
} |