bingo b面修改

This commit is contained in:
2026-05-08 11:03:44 +08:00
parent ad5920ac6a
commit 5d32fd56f4
1780 changed files with 36187 additions and 73978 deletions
@@ -11,6 +11,7 @@ namespace FGUI.JMall
UIObjectFactory.SetPackageItemExtension(com_mall.URL, typeof(com_mall));
UIObjectFactory.SetPackageItemExtension(com_mall_carditem.URL, typeof(com_mall_carditem));
UIObjectFactory.SetPackageItemExtension(com_mall_coinitem.URL, typeof(com_mall_coinitem));
UIObjectFactory.SetPackageItemExtension(btn_redeem_coin.URL, typeof(btn_redeem_coin));
}
}
}
@@ -0,0 +1,25 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.JMall
{
public partial class btn_redeem_coin : GButton
{
public Controller type;
public const string URL = "ui://wj1zvor9x6ybe";
public static btn_redeem_coin CreateInstance()
{
return (btn_redeem_coin)UIPackage.CreateObject("JMall", "btn_redeem_coin");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
type = GetControllerAt(0);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: fe4a8043718fddf44809176747389f06
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -8,8 +8,7 @@ namespace FGUI.JMall
public partial class com_mall_carditem : GComponent
{
public GTextField text_count;
public GTextField text_number;
public GButton btn_redeem;
public btn_redeem_coin btn_redeem_coin;
public const string URL = "ui://wj1zvor9x6ybb";
public static com_mall_carditem CreateInstance()
@@ -21,9 +20,8 @@ namespace FGUI.JMall
{
base.ConstructFromXML(xml);
text_count = (GTextField)GetChildAt(3);
text_number = (GTextField)GetChildAt(5);
btn_redeem = (GButton)GetChildAt(6);
text_count = (GTextField)GetChildAt(2);
btn_redeem_coin = (btn_redeem_coin)GetChildAt(3);
}
}
}
@@ -8,7 +8,7 @@ namespace FGUI.JMall
public partial class com_mall_coinitem : GComponent
{
public GTextField text_count;
public GButton btn_redeem_coin;
public btn_redeem_coin btn_redeem_coin;
public const string URL = "ui://wj1zvor9x6ybd";
public static com_mall_coinitem CreateInstance()
@@ -21,7 +21,7 @@ namespace FGUI.JMall
base.ConstructFromXML(xml);
text_count = (GTextField)GetChildAt(2);
btn_redeem_coin = (GButton)GetChildAt(3);
btn_redeem_coin = (btn_redeem_coin)GetChildAt(3);
}
}
}