新增小额奖励
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.ZM_Petty
|
||||
{
|
||||
public partial class com_firstName : GComponent
|
||||
{
|
||||
public GTextInput enter_first_name;
|
||||
public const string URL = "ui://e9w4rbkqkbzo8";
|
||||
|
||||
public static com_firstName CreateInstance()
|
||||
{
|
||||
return (com_firstName)UIPackage.CreateObject("ZM_Petty", "com_firstName");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
enter_first_name = (GTextInput)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user