新增小额奖励

This commit is contained in:
2026-05-09 18:00:33 +08:00
parent 8bc05d6c63
commit e509522188
121 changed files with 1582 additions and 61 deletions
@@ -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_lastName : GComponent
{
public GTextInput enter_last_name;
public const string URL = "ui://e9w4rbkqkbzo9";
public static com_lastName CreateInstance()
{
return (com_lastName)UIPackage.CreateObject("ZM_Petty", "com_lastName");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
enter_last_name = (GTextInput)GetChildAt(2);
}
}
}