2026-05-08 11:03:00 +08:00
|
|
|
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
|
|
|
|
|
|
using FairyGUI;
|
|
|
|
|
using FairyGUI.Utils;
|
|
|
|
|
|
|
|
|
|
namespace FGUI.Common_01
|
|
|
|
|
{
|
|
|
|
|
public partial class btn_claim3 : GButton
|
|
|
|
|
{
|
|
|
|
|
public Controller state;
|
|
|
|
|
public GImage ad_icon;
|
|
|
|
|
public GImage img_saveingpot;
|
2026-05-09 18:00:33 +08:00
|
|
|
public const string URL = "ui://o9974uc5peww38";
|
2026-05-08 11:03:00 +08:00
|
|
|
|
|
|
|
|
public static btn_claim3 CreateInstance()
|
|
|
|
|
{
|
|
|
|
|
return (btn_claim3)UIPackage.CreateObject("Common_01", "btn_claim3");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
|
|
|
{
|
|
|
|
|
base.ConstructFromXML(xml);
|
|
|
|
|
|
|
|
|
|
state = GetControllerAt(0);
|
|
|
|
|
ad_icon = (GImage)GetChildAt(1);
|
|
|
|
|
img_saveingpot = (GImage)GetChildAt(2);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|