2026-04-22 09:52:55 +08:00
|
|
|
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
|
|
|
|
|
|
using FairyGUI;
|
|
|
|
|
using FairyGUI.Utils;
|
|
|
|
|
|
2026-04-22 11:13:16 +08:00
|
|
|
namespace FGUI.LG_Common
|
2026-04-22 09:52:55 +08:00
|
|
|
{
|
|
|
|
|
public partial class btn_claim : GButton
|
|
|
|
|
{
|
2026-04-22 11:13:16 +08:00
|
|
|
public Controller have_vip;
|
2026-04-22 09:52:55 +08:00
|
|
|
public GImage ad_icon;
|
2026-04-22 11:13:16 +08:00
|
|
|
public const string URL = "ui://c9mmg3dxp4po17";
|
2026-04-22 09:52:55 +08:00
|
|
|
|
|
|
|
|
public static btn_claim CreateInstance()
|
|
|
|
|
{
|
2026-04-22 11:13:16 +08:00
|
|
|
return (btn_claim)UIPackage.CreateObject("LG_Common", "btn_claim");
|
2026-04-22 09:52:55 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
|
|
|
{
|
|
|
|
|
base.ConstructFromXML(xml);
|
|
|
|
|
|
2026-04-22 11:13:16 +08:00
|
|
|
have_vip = GetControllerAt(0);
|
2026-04-22 09:52:55 +08:00
|
|
|
ad_icon = (GImage)GetChildAt(1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|