bingo 项目提交
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
|
||||
namespace FGUI.G003_play_animal
|
||||
{
|
||||
public class G003_play_animalBinder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(btn_cashout.URL, typeof(btn_cashout));
|
||||
UIObjectFactory.SetPackageItemExtension(com_opengame.URL, typeof(com_opengame));
|
||||
UIObjectFactory.SetPackageItemExtension(com_hall.URL, typeof(com_hall));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_hall_click.URL, typeof(btn_hall_click));
|
||||
UIObjectFactory.SetPackageItemExtension(new_topmoney.URL, typeof(new_topmoney));
|
||||
UIObjectFactory.SetPackageItemExtension(new_topgold.URL, typeof(new_topgold));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_noads.URL, typeof(btn_noads));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_battle.URL, typeof(btn_battle));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_hall.URL, typeof(btn_hall));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_openslot.URL, typeof(btn_openslot));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_look_ad.URL, typeof(btn_look_ad));
|
||||
UIObjectFactory.SetPackageItemExtension(head_loader.URL, typeof(head_loader));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_three.URL, typeof(btn_three));
|
||||
UIObjectFactory.SetPackageItemExtension(sheep_play.URL, typeof(sheep_play));
|
||||
UIObjectFactory.SetPackageItemExtension(sheep_funcbtn.URL, typeof(sheep_funcbtn));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ab9c0ac0ced274c30ab44a5ba616b97f
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,29 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.G003_play_animal
|
||||
{
|
||||
public partial class btn_battle : GButton
|
||||
{
|
||||
public GProgressBar progress;
|
||||
public GTextField number_text;
|
||||
public GImage red;
|
||||
public const string URL = "ui://bmphtricoxqi3m";
|
||||
|
||||
public static btn_battle CreateInstance()
|
||||
{
|
||||
return (btn_battle)UIPackage.CreateObject("G003_play_animal", "btn_battle");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
progress = (GProgressBar)GetChildAt(1);
|
||||
number_text = (GTextField)GetChildAt(2);
|
||||
red = (GImage)GetChildAt(3);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 98a5ee5299769479089e52caf080e56a
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,25 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.G003_play_animal
|
||||
{
|
||||
public partial class btn_cashout : GButton
|
||||
{
|
||||
public GTextField number_text;
|
||||
public const string URL = "ui://bmphtricagfu3y";
|
||||
|
||||
public static btn_cashout CreateInstance()
|
||||
{
|
||||
return (btn_cashout)UIPackage.CreateObject("G003_play_animal", "btn_cashout");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
number_text = (GTextField)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 59efdef867adf48eaa83f43e7de90e8b
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,29 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.G003_play_animal
|
||||
{
|
||||
public partial class btn_hall : GButton
|
||||
{
|
||||
public GTextField number_text;
|
||||
public GTextField number_text_2;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://bmphtricoxqi3n";
|
||||
|
||||
public static btn_hall CreateInstance()
|
||||
{
|
||||
return (btn_hall)UIPackage.CreateObject("G003_play_animal", "btn_hall");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
number_text = (GTextField)GetChildAt(1);
|
||||
number_text_2 = (GTextField)GetChildAt(3);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 5f2d8a9153e3a4d4caee4503d956fa25
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,25 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.G003_play_animal
|
||||
{
|
||||
public partial class btn_hall_click : GButton
|
||||
{
|
||||
public Controller state;
|
||||
public const string URL = "ui://bmphtricnp615o";
|
||||
|
||||
public static btn_hall_click CreateInstance()
|
||||
{
|
||||
return (btn_hall_click)UIPackage.CreateObject("G003_play_animal", "btn_hall_click");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 0ae0c4162d0864119b531685d2b6e109
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,29 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.G003_play_animal
|
||||
{
|
||||
public partial class btn_look_ad : GButton
|
||||
{
|
||||
public Controller cool_down;
|
||||
public GTextField cool_down_time;
|
||||
public GGraph gp;
|
||||
public const string URL = "ui://bmphtricoxqi3t";
|
||||
|
||||
public static btn_look_ad CreateInstance()
|
||||
{
|
||||
return (btn_look_ad)UIPackage.CreateObject("G003_play_animal", "btn_look_ad");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cool_down = GetControllerAt(0);
|
||||
cool_down_time = (GTextField)GetChildAt(0);
|
||||
gp = (GGraph)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 346a85e6b872842d0b857ea9794c7a27
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,33 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.G003_play_animal
|
||||
{
|
||||
public partial class btn_noads : GButton
|
||||
{
|
||||
public Controller state;
|
||||
public GImage img_ad;
|
||||
public GImage img_pack;
|
||||
public Transition t0;
|
||||
public Transition t1;
|
||||
public const string URL = "ui://bmphtricoxqi3l";
|
||||
|
||||
public static btn_noads CreateInstance()
|
||||
{
|
||||
return (btn_noads)UIPackage.CreateObject("G003_play_animal", "btn_noads");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
img_ad = (GImage)GetChildAt(0);
|
||||
img_pack = (GImage)GetChildAt(1);
|
||||
t0 = GetTransitionAt(0);
|
||||
t1 = GetTransitionAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 345872341e1eb4f6d969142cebd3fad0
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,27 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.G003_play_animal
|
||||
{
|
||||
public partial class btn_openslot : GButton
|
||||
{
|
||||
public GImage tips_bg;
|
||||
public GTextField number_text;
|
||||
public const string URL = "ui://bmphtricoxqi3r";
|
||||
|
||||
public static btn_openslot CreateInstance()
|
||||
{
|
||||
return (btn_openslot)UIPackage.CreateObject("G003_play_animal", "btn_openslot");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
tips_bg = (GImage)GetChildAt(1);
|
||||
number_text = (GTextField)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a439c2998f1f54dbc8bca65c32acdf64
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,25 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.G003_play_animal
|
||||
{
|
||||
public partial class btn_three : GButton
|
||||
{
|
||||
public GImage red;
|
||||
public const string URL = "ui://bmphtricp9sp11";
|
||||
|
||||
public static btn_three CreateInstance()
|
||||
{
|
||||
return (btn_three)UIPackage.CreateObject("G003_play_animal", "btn_three");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
red = (GImage)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4087e63542a71480d81279dfddcb30e1
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,41 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.G003_play_animal
|
||||
{
|
||||
public partial class com_hall : GComponent
|
||||
{
|
||||
public btn_hall_click btn_task;
|
||||
public btn_hall_click btn_pass;
|
||||
public btn_hall_click btn_elimiti;
|
||||
public GButton btn_play;
|
||||
public GGraph bg_parent1;
|
||||
public GComponent btn_menu;
|
||||
public new_topgold gold;
|
||||
public GButton btn_setting;
|
||||
public GGroup top_group;
|
||||
public const string URL = "ui://bmphtricnp615b";
|
||||
|
||||
public static com_hall CreateInstance()
|
||||
{
|
||||
return (com_hall)UIPackage.CreateObject("G003_play_animal", "com_hall");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
btn_task = (btn_hall_click)GetChildAt(2);
|
||||
btn_pass = (btn_hall_click)GetChildAt(3);
|
||||
btn_elimiti = (btn_hall_click)GetChildAt(4);
|
||||
btn_play = (GButton)GetChildAt(7);
|
||||
bg_parent1 = (GGraph)GetChildAt(11);
|
||||
btn_menu = (GComponent)GetChildAt(12);
|
||||
gold = (new_topgold)GetChildAt(13);
|
||||
btn_setting = (GButton)GetChildAt(14);
|
||||
top_group = (GGroup)GetChildAt(15);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f92ce2ee64d114610a7cd6b02d392bee
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,29 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.G003_play_animal
|
||||
{
|
||||
public partial class com_opengame : GComponent
|
||||
{
|
||||
public GTextField lv_text;
|
||||
public GGraph tips_node;
|
||||
public Transition t1;
|
||||
public const string URL = "ui://bmphtricagfu4f";
|
||||
|
||||
public static com_opengame CreateInstance()
|
||||
{
|
||||
return (com_opengame)UIPackage.CreateObject("G003_play_animal", "com_opengame");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
lv_text = (GTextField)GetChildAt(3);
|
||||
tips_node = (GGraph)GetChildAt(5);
|
||||
t1 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 383914f85ac4a49969e7e090088ee282
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,25 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.G003_play_animal
|
||||
{
|
||||
public partial class head_loader : GComponent
|
||||
{
|
||||
public GLoader loader_avatar;
|
||||
public const string URL = "ui://bmphtricoxqi3u";
|
||||
|
||||
public static head_loader CreateInstance()
|
||||
{
|
||||
return (head_loader)UIPackage.CreateObject("G003_play_animal", "head_loader");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
loader_avatar = (GLoader)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 0c3b0d4faadf54037991e8579b30c2c6
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,37 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.G003_play_animal
|
||||
{
|
||||
public partial class new_topgold : GComponent
|
||||
{
|
||||
public Controller state;
|
||||
public GTextField number_text;
|
||||
public GImage red;
|
||||
public GImage tips_bg;
|
||||
public GTextField tips_text;
|
||||
public GButton btn_buygold;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://bmphtricoxqi3k";
|
||||
|
||||
public static new_topgold CreateInstance()
|
||||
{
|
||||
return (new_topgold)UIPackage.CreateObject("G003_play_animal", "new_topgold");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
number_text = (GTextField)GetChildAt(2);
|
||||
red = (GImage)GetChildAt(3);
|
||||
tips_bg = (GImage)GetChildAt(4);
|
||||
tips_text = (GTextField)GetChildAt(5);
|
||||
btn_buygold = (GButton)GetChildAt(6);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a3c6811a5c3b8455f8ddd32adb754608
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,27 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.G003_play_animal
|
||||
{
|
||||
public partial class new_topmoney : GComponent
|
||||
{
|
||||
public GTextField number_text;
|
||||
public btn_cashout btn_cashout;
|
||||
public const string URL = "ui://bmphtricoxqi3j";
|
||||
|
||||
public static new_topmoney CreateInstance()
|
||||
{
|
||||
return (new_topmoney)UIPackage.CreateObject("G003_play_animal", "new_topmoney");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
number_text = (GTextField)GetChildAt(1);
|
||||
btn_cashout = (btn_cashout)GetChildAt(3);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 9de483369554c4985b825f686972ced0
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,31 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.G003_play_animal
|
||||
{
|
||||
public partial class sheep_funcbtn : GButton
|
||||
{
|
||||
public Controller state;
|
||||
public GImage red;
|
||||
public GTextField number_text;
|
||||
public GImage img_add;
|
||||
public const string URL = "ui://bmphtricv4gj1o";
|
||||
|
||||
public static sheep_funcbtn CreateInstance()
|
||||
{
|
||||
return (sheep_funcbtn)UIPackage.CreateObject("G003_play_animal", "sheep_funcbtn");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
red = (GImage)GetChildAt(3);
|
||||
number_text = (GTextField)GetChildAt(4);
|
||||
img_add = (GImage)GetChildAt(6);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4470f24551e2247a4907d3660d890e07
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,73 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.G003_play_animal
|
||||
{
|
||||
public partial class sheep_play : GComponent
|
||||
{
|
||||
public GComponent slot;
|
||||
public GComponent broadcast;
|
||||
public new_topmoney money;
|
||||
public new_topgold gold;
|
||||
public btn_noads btn_noads;
|
||||
public btn_battle btn_task;
|
||||
public GButton btn_failpack;
|
||||
public btn_hall btn_h5;
|
||||
public GTextField level_text;
|
||||
public GButton btn_menu_;
|
||||
public GGraph point;
|
||||
public GButton btn_saveingpot;
|
||||
public GGroup move_group1;
|
||||
public btn_openslot btn_buyslot;
|
||||
public sheep_funcbtn btn_back;
|
||||
public sheep_funcbtn btn_out;
|
||||
public sheep_funcbtn btn_refresh;
|
||||
public GButton btn_setting;
|
||||
public btn_look_ad btn_look_ad;
|
||||
public btn_battle btn_clear;
|
||||
public GButton btn_buyout;
|
||||
public GButton btn_buyback;
|
||||
public GButton btn_buyrefresh;
|
||||
public GComponent btn_close;
|
||||
public btn_three btn_three_day;
|
||||
public const string URL = "ui://bmphtricv4gj1l";
|
||||
|
||||
public static sheep_play CreateInstance()
|
||||
{
|
||||
return (sheep_play)UIPackage.CreateObject("G003_play_animal", "sheep_play");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
slot = (GComponent)GetChildAt(1);
|
||||
broadcast = (GComponent)GetChildAt(2);
|
||||
money = (new_topmoney)GetChildAt(3);
|
||||
gold = (new_topgold)GetChildAt(4);
|
||||
btn_noads = (btn_noads)GetChildAt(5);
|
||||
btn_task = (btn_battle)GetChildAt(6);
|
||||
btn_failpack = (GButton)GetChildAt(7);
|
||||
btn_h5 = (btn_hall)GetChildAt(8);
|
||||
level_text = (GTextField)GetChildAt(9);
|
||||
btn_menu_ = (GButton)GetChildAt(10);
|
||||
point = (GGraph)GetChildAt(11);
|
||||
btn_saveingpot = (GButton)GetChildAt(12);
|
||||
move_group1 = (GGroup)GetChildAt(13);
|
||||
btn_buyslot = (btn_openslot)GetChildAt(14);
|
||||
btn_back = (sheep_funcbtn)GetChildAt(15);
|
||||
btn_out = (sheep_funcbtn)GetChildAt(16);
|
||||
btn_refresh = (sheep_funcbtn)GetChildAt(17);
|
||||
btn_setting = (GButton)GetChildAt(18);
|
||||
btn_look_ad = (btn_look_ad)GetChildAt(19);
|
||||
btn_clear = (btn_battle)GetChildAt(20);
|
||||
btn_buyout = (GButton)GetChildAt(21);
|
||||
btn_buyback = (GButton)GetChildAt(22);
|
||||
btn_buyrefresh = (GButton)GetChildAt(23);
|
||||
btn_close = (GComponent)GetChildAt(24);
|
||||
btn_three_day = (btn_three)GetChildAt(25);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 8e8b8e47651c9462b8a875c65dd0643f
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user