Files
RedHotRoast-ios/Assets/RedHotRoast/FGUI/package/GameResult_08/cash_broad.cs
T

29 lines
780 B
C#
Raw Normal View History

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;
namespace FGUI.GameResult_08
2026-04-22 09:52:55 +08:00
{
public partial class cash_broad : GComponent
2026-04-22 09:52:55 +08:00
{
public GRichTextField cast_text;
2026-04-22 09:52:55 +08:00
public Transition t0;
public Transition t1;
public const string URL = "ui://8sjqw0q3cgqgm";
public static cash_broad CreateInstance()
2026-04-22 09:52:55 +08:00
{
return (cash_broad)UIPackage.CreateObject("GameResult_08", "cash_broad");
2026-04-22 09:52:55 +08:00
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
cast_text = (GRichTextField)GetChildAt(0);
2026-04-22 09:52:55 +08:00
t0 = GetTransitionAt(0);
t1 = GetTransitionAt(1);
}
}
}