fix:1、添加项目
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.P101_Coins
|
||||
{
|
||||
public partial class com_coins : GComponent
|
||||
{
|
||||
public Controller cont_coin;
|
||||
public const string URL = "ui://iijr4nhsq8uc2";
|
||||
|
||||
public static com_coins CreateInstance()
|
||||
{
|
||||
return (com_coins)UIPackage.CreateObject("P101_Coins", "com_coins");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cont_coin = GetControllerAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user