fix:1、同步部分arrow game的ui资源和代码
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.GameResult_08
|
||||
{
|
||||
public partial class cash_broad : GComponent
|
||||
{
|
||||
public GRichTextField cast_text;
|
||||
public Transition t0;
|
||||
public Transition t1;
|
||||
public const string URL = "ui://8sjqw0q3cgqgm";
|
||||
|
||||
public static cash_broad CreateInstance()
|
||||
{
|
||||
return (cash_broad)UIPackage.CreateObject("GameResult_08", "cash_broad");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cast_text = (GRichTextField)GetChildAt(0);
|
||||
t0 = GetTransitionAt(0);
|
||||
t1 = GetTransitionAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user