h5sdk提交
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.tixian
|
||||
{
|
||||
public partial class btn_code : GButton
|
||||
{
|
||||
public Controller type;
|
||||
public const string URL = "ui://jwedp6jytivmeg";
|
||||
|
||||
public static btn_code CreateInstance()
|
||||
{
|
||||
return (btn_code)UIPackage.CreateObject("tixian", "btn_code");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
type = GetControllerAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 2269892e45aaeed4596d0078aeef3531
|
||||
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.tixian
|
||||
{
|
||||
public partial class btn_confirm : GButton
|
||||
{
|
||||
public Controller state;
|
||||
public const string URL = "ui://jwedp6jylsax1y";
|
||||
|
||||
public static btn_confirm CreateInstance()
|
||||
{
|
||||
return (btn_confirm)UIPackage.CreateObject("tixian", "btn_confirm");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 39e0e3b0a981574448950f1a3e6d7bc0
|
||||
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.tixian
|
||||
{
|
||||
public partial class btn_edit : GButton
|
||||
{
|
||||
public Controller state;
|
||||
public const string URL = "ui://jwedp6jydeiw1s";
|
||||
|
||||
public static btn_edit CreateInstance()
|
||||
{
|
||||
return (btn_edit)UIPackage.CreateObject("tixian", "btn_edit");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 62bba6b1addd06a4da235e383a70bd86
|
||||
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.tixian
|
||||
{
|
||||
public partial class btn_get : GButton
|
||||
{
|
||||
public Controller state;
|
||||
public GImage img_saveingpot;
|
||||
public const string URL = "ui://jwedp6jycphly";
|
||||
|
||||
public static btn_get CreateInstance()
|
||||
{
|
||||
return (btn_get)UIPackage.CreateObject("tixian", "btn_get");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
img_saveingpot = (GImage)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 222c65cc88a602045890fcedd4e7c6bd
|
||||
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.tixian
|
||||
{
|
||||
public partial class btn_kicket : GButton
|
||||
{
|
||||
public Controller state;
|
||||
public const string URL = "ui://jwedp6jytivmef";
|
||||
|
||||
public static btn_kicket CreateInstance()
|
||||
{
|
||||
return (btn_kicket)UIPackage.CreateObject("tixian", "btn_kicket");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 234368661df6dc84184af949d2d50f77
|
||||
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.tixian
|
||||
{
|
||||
public partial class btn_pay : GButton
|
||||
{
|
||||
public Controller show_cd;
|
||||
public GTextField text_cd;
|
||||
public GTextField watch;
|
||||
public GImage ad_icon;
|
||||
public GImage img_saveingpot;
|
||||
public const string URL = "ui://jwedp6jyheqb2k";
|
||||
|
||||
public static btn_pay CreateInstance()
|
||||
{
|
||||
return (btn_pay)UIPackage.CreateObject("tixian", "btn_pay");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
show_cd = GetControllerAt(0);
|
||||
text_cd = (GTextField)GetChildAt(1);
|
||||
watch = (GTextField)GetChildAt(2);
|
||||
ad_icon = (GImage)GetChildAt(3);
|
||||
img_saveingpot = (GImage)GetChildAt(4);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 46e6e25c019faf943bceca3ef1e93bb7
|
||||
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.tixian
|
||||
{
|
||||
public partial class btn_top : GButton
|
||||
{
|
||||
public Controller index;
|
||||
public Controller btn_state;
|
||||
public GTextField text_type;
|
||||
public GRichTextField text_ch;
|
||||
public GImage img_outline;
|
||||
public const string URL = "ui://jwedp6jyupx71r";
|
||||
|
||||
public static btn_top CreateInstance()
|
||||
{
|
||||
return (btn_top)UIPackage.CreateObject("tixian", "btn_top");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
index = GetControllerAt(0);
|
||||
btn_state = GetControllerAt(1);
|
||||
text_type = (GTextField)GetChildAt(5);
|
||||
text_ch = (GRichTextField)GetChildAt(6);
|
||||
img_outline = (GImage)GetChildAt(7);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f8d2d4961f95bdd46836b0b8a955962f
|
||||
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.tixian
|
||||
{
|
||||
public partial class cash_levelcom : GComponent
|
||||
{
|
||||
public level_btn btn_0;
|
||||
public level_btn btn_1;
|
||||
public level_btn btn_2;
|
||||
public const string URL = "ui://jwedp6jyfzz842";
|
||||
|
||||
public static cash_levelcom CreateInstance()
|
||||
{
|
||||
return (cash_levelcom)UIPackage.CreateObject("tixian", "cash_levelcom");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
btn_0 = (level_btn)GetChildAt(0);
|
||||
btn_1 = (level_btn)GetChildAt(1);
|
||||
btn_2 = (level_btn)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 3448d0edf7276e547a4083c16250f56b
|
||||
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.tixian
|
||||
{
|
||||
public partial class com_broadcast : GComponent
|
||||
{
|
||||
public GRichTextField rich_text0;
|
||||
public GRichTextField rich_text1;
|
||||
public GRichTextField rich_text2;
|
||||
public GRichTextField rich_text3;
|
||||
public Transition t1;
|
||||
public const string URL = "ui://jwedp6jygismek";
|
||||
|
||||
public static com_broadcast CreateInstance()
|
||||
{
|
||||
return (com_broadcast)UIPackage.CreateObject("tixian", "com_broadcast");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
rich_text0 = (GRichTextField)GetChildAt(4);
|
||||
rich_text1 = (GRichTextField)GetChildAt(5);
|
||||
rich_text2 = (GRichTextField)GetChildAt(6);
|
||||
rich_text3 = (GRichTextField)GetChildAt(7);
|
||||
t1 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 1f2041e1b968cc64184b30727742a621
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,133 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.tixian
|
||||
{
|
||||
public partial class com_confirm : GComponent
|
||||
{
|
||||
public Controller cont_state;
|
||||
public Controller cont_confirm;
|
||||
public Controller show_pay;
|
||||
public Controller level_state;
|
||||
public com_enter com_info;
|
||||
public com_firstname com_fname;
|
||||
public com_lastname com_lname;
|
||||
public GTextField text_payhint;
|
||||
public GTextField text_title;
|
||||
public GTextField text_smaill_title;
|
||||
public GTextField nrules;
|
||||
public com_task com_task;
|
||||
public GTextField text_query;
|
||||
public GTextField nrules_2;
|
||||
public GTextField text_payhint_2;
|
||||
public GTextField text_title_2;
|
||||
public GProgressBar pb_condi1;
|
||||
public com_newRecord com_newRecord;
|
||||
public com_info com_pay;
|
||||
public GTextField text_smaill_title_2;
|
||||
public GTextField text_chneedlv;
|
||||
public GTextField text_ch_title;
|
||||
public GTextField text_chdate;
|
||||
public GTextField text_chdate3;
|
||||
public GTextField text_number0;
|
||||
public GTextField text_number1;
|
||||
public btn_pay btn_watch;
|
||||
public btn_get btn_tab;
|
||||
public btn_get btn_earn;
|
||||
public btn_get btn_chout;
|
||||
public btn_get btn_confirm;
|
||||
public btn_get btn_check_level;
|
||||
public GTextField text_nowch;
|
||||
public GTextField text_cashneedlv;
|
||||
public GTextField text_leveltime;
|
||||
public GTextField lab_lv_need_des;
|
||||
public cash_levelcom com_chlevel;
|
||||
public GGroup group_;
|
||||
public GTextField lab_mn;
|
||||
public GList list_kicket;
|
||||
public GTextField lab_mn2;
|
||||
public GTextField lab_ticket;
|
||||
public GTextField lab_code;
|
||||
public btn_code btn_copy;
|
||||
public btn_code btn_contact_us;
|
||||
public GButton btn_back;
|
||||
public GTextField lab_ads;
|
||||
public btn_get btn_inline_ok;
|
||||
public GRichTextField text_condi1;
|
||||
public GRichTextField text_ch_number;
|
||||
public GButton btn_close;
|
||||
public GButton btn_task_watch;
|
||||
public GRichTextField text_number2;
|
||||
public GButton btn_watchad;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://jwedp6jyut66d";
|
||||
|
||||
public static com_confirm CreateInstance()
|
||||
{
|
||||
return (com_confirm)UIPackage.CreateObject("tixian", "com_confirm");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cont_state = GetControllerAt(0);
|
||||
cont_confirm = GetControllerAt(1);
|
||||
show_pay = GetControllerAt(2);
|
||||
level_state = GetControllerAt(3);
|
||||
com_info = (com_enter)GetChildAt(6);
|
||||
com_fname = (com_firstname)GetChildAt(7);
|
||||
com_lname = (com_lastname)GetChildAt(8);
|
||||
text_payhint = (GTextField)GetChildAt(9);
|
||||
text_title = (GTextField)GetChildAt(10);
|
||||
text_smaill_title = (GTextField)GetChildAt(11);
|
||||
nrules = (GTextField)GetChildAt(12);
|
||||
com_task = (com_task)GetChildAt(13);
|
||||
text_query = (GTextField)GetChildAt(14);
|
||||
nrules_2 = (GTextField)GetChildAt(16);
|
||||
text_payhint_2 = (GTextField)GetChildAt(17);
|
||||
text_title_2 = (GTextField)GetChildAt(18);
|
||||
pb_condi1 = (GProgressBar)GetChildAt(19);
|
||||
com_newRecord = (com_newRecord)GetChildAt(20);
|
||||
com_pay = (com_info)GetChildAt(21);
|
||||
text_smaill_title_2 = (GTextField)GetChildAt(23);
|
||||
text_chneedlv = (GTextField)GetChildAt(24);
|
||||
text_ch_title = (GTextField)GetChildAt(26);
|
||||
text_chdate = (GTextField)GetChildAt(27);
|
||||
text_chdate3 = (GTextField)GetChildAt(36);
|
||||
text_number0 = (GTextField)GetChildAt(37);
|
||||
text_number1 = (GTextField)GetChildAt(38);
|
||||
btn_watch = (btn_pay)GetChildAt(39);
|
||||
btn_tab = (btn_get)GetChildAt(40);
|
||||
btn_earn = (btn_get)GetChildAt(41);
|
||||
btn_chout = (btn_get)GetChildAt(42);
|
||||
btn_confirm = (btn_get)GetChildAt(43);
|
||||
btn_check_level = (btn_get)GetChildAt(44);
|
||||
text_nowch = (GTextField)GetChildAt(46);
|
||||
text_cashneedlv = (GTextField)GetChildAt(47);
|
||||
text_leveltime = (GTextField)GetChildAt(48);
|
||||
lab_lv_need_des = (GTextField)GetChildAt(50);
|
||||
com_chlevel = (cash_levelcom)GetChildAt(53);
|
||||
group_ = (GGroup)GetChildAt(54);
|
||||
lab_mn = (GTextField)GetChildAt(58);
|
||||
list_kicket = (GList)GetChildAt(63);
|
||||
lab_mn2 = (GTextField)GetChildAt(68);
|
||||
lab_ticket = (GTextField)GetChildAt(76);
|
||||
lab_code = (GTextField)GetChildAt(78);
|
||||
btn_copy = (btn_code)GetChildAt(79);
|
||||
btn_contact_us = (btn_code)GetChildAt(80);
|
||||
btn_back = (GButton)GetChildAt(84);
|
||||
lab_ads = (GTextField)GetChildAt(87);
|
||||
btn_inline_ok = (btn_get)GetChildAt(88);
|
||||
text_condi1 = (GRichTextField)GetChildAt(89);
|
||||
text_ch_number = (GRichTextField)GetChildAt(90);
|
||||
btn_close = (GButton)GetChildAt(91);
|
||||
btn_task_watch = (GButton)GetChildAt(94);
|
||||
text_number2 = (GRichTextField)GetChildAt(95);
|
||||
btn_watchad = (GButton)GetChildAt(96);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b4662301098535c448b2433570c8c5e9
|
||||
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.tixian
|
||||
{
|
||||
public partial class com_cord : GComponent
|
||||
{
|
||||
public GTextField text_amt;
|
||||
public GTextField text_payer;
|
||||
public GTextField text_name;
|
||||
public GTextField email_text;
|
||||
public GTextField time_text;
|
||||
public GTextField number_text;
|
||||
public GTextField status_text_0;
|
||||
public const string URL = "ui://jwedp6jymeh8c";
|
||||
|
||||
public static com_cord CreateInstance()
|
||||
{
|
||||
return (com_cord)UIPackage.CreateObject("tixian", "com_cord");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
text_amt = (GTextField)GetChildAt(2);
|
||||
text_payer = (GTextField)GetChildAt(3);
|
||||
text_name = (GTextField)GetChildAt(4);
|
||||
email_text = (GTextField)GetChildAt(8);
|
||||
time_text = (GTextField)GetChildAt(9);
|
||||
number_text = (GTextField)GetChildAt(10);
|
||||
status_text_0 = (GTextField)GetChildAt(11);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 18c32da1b3864a940afb35062dca916c
|
||||
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.tixian
|
||||
{
|
||||
public partial class com_cord_new : GComponent
|
||||
{
|
||||
public GTextField text_amt;
|
||||
public GTextField text_payer;
|
||||
public GTextField text_name;
|
||||
public GLoader loader_logo;
|
||||
public GTextField email_text;
|
||||
public GTextField time_text;
|
||||
public GTextField number_text;
|
||||
public GTextField status_text_0;
|
||||
public GTextField status_text_1;
|
||||
public const string URL = "ui://jwedp6jy933h61";
|
||||
|
||||
public static com_cord_new CreateInstance()
|
||||
{
|
||||
return (com_cord_new)UIPackage.CreateObject("tixian", "com_cord_new");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
text_amt = (GTextField)GetChildAt(3);
|
||||
text_payer = (GTextField)GetChildAt(4);
|
||||
text_name = (GTextField)GetChildAt(5);
|
||||
loader_logo = (GLoader)GetChildAt(6);
|
||||
email_text = (GTextField)GetChildAt(10);
|
||||
time_text = (GTextField)GetChildAt(11);
|
||||
number_text = (GTextField)GetChildAt(12);
|
||||
status_text_0 = (GTextField)GetChildAt(13);
|
||||
status_text_1 = (GTextField)GetChildAt(14);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 478bcb66240cf4343b563b67f71096e0
|
||||
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.tixian
|
||||
{
|
||||
public partial class com_enter : GComponent
|
||||
{
|
||||
public GTextInput enter_email;
|
||||
public const string URL = "ui://jwedp6jydeiw1k";
|
||||
|
||||
public static com_enter CreateInstance()
|
||||
{
|
||||
return (com_enter)UIPackage.CreateObject("tixian", "com_enter");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
enter_email = (GTextInput)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 85619a3ee2ddd0242bc9987d794f6454
|
||||
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.tixian
|
||||
{
|
||||
public partial class com_firstname : GComponent
|
||||
{
|
||||
public GTextInput enter_fname;
|
||||
public const string URL = "ui://jwedp6jydeiw1j";
|
||||
|
||||
public static com_firstname CreateInstance()
|
||||
{
|
||||
return (com_firstname)UIPackage.CreateObject("tixian", "com_firstname");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
enter_fname = (GTextInput)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 9629a804fd84727419d525a33274bacd
|
||||
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.tixian
|
||||
{
|
||||
public partial class com_info : GComponent
|
||||
{
|
||||
public GTextField text_name;
|
||||
public GTextField text_email;
|
||||
public GButton btn_change;
|
||||
public const string URL = "ui://jwedp6jyif1eb";
|
||||
|
||||
public static com_info CreateInstance()
|
||||
{
|
||||
return (com_info)UIPackage.CreateObject("tixian", "com_info");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
text_name = (GTextField)GetChildAt(0);
|
||||
text_email = (GTextField)GetChildAt(1);
|
||||
btn_change = (GButton)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 34addb58cfd62b341872c44eab3a8fce
|
||||
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.tixian
|
||||
{
|
||||
public partial class com_lastname : GComponent
|
||||
{
|
||||
public GTextInput enter_lname;
|
||||
public const string URL = "ui://jwedp6jydeiw1i";
|
||||
|
||||
public static com_lastname CreateInstance()
|
||||
{
|
||||
return (com_lastname)UIPackage.CreateObject("tixian", "com_lastname");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
enter_lname = (GTextInput)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4f54ef69acbee1147b5a6c2bfffc0ce6
|
||||
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.tixian
|
||||
{
|
||||
public partial class com_newRecord : GComponent
|
||||
{
|
||||
public com_rank com_rank;
|
||||
public com_cord com_cord;
|
||||
public const string URL = "ui://jwedp6jyqgv24k";
|
||||
|
||||
public static com_newRecord CreateInstance()
|
||||
{
|
||||
return (com_newRecord)UIPackage.CreateObject("tixian", "com_newRecord");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
com_rank = (com_rank)GetChildAt(0);
|
||||
com_cord = (com_cord)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 3643bcfa4e3e7e1479e65d1cb7fc9cd8
|
||||
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.tixian
|
||||
{
|
||||
public partial class com_rank : GComponent
|
||||
{
|
||||
public Controller content1;
|
||||
public Controller content2;
|
||||
public Controller content3;
|
||||
public GTextField lab_title_des;
|
||||
public GTextField text_ranks;
|
||||
public GTextField lab_rank_tips;
|
||||
public GTextField text_rank1;
|
||||
public GTextField text_rank2;
|
||||
public GTextField text_rank3;
|
||||
public const string URL = "ui://jwedp6jyqgv24f";
|
||||
|
||||
public static com_rank CreateInstance()
|
||||
{
|
||||
return (com_rank)UIPackage.CreateObject("tixian", "com_rank");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
content1 = GetControllerAt(0);
|
||||
content2 = GetControllerAt(1);
|
||||
content3 = GetControllerAt(2);
|
||||
lab_title_des = (GTextField)GetChildAt(2);
|
||||
text_ranks = (GTextField)GetChildAt(3);
|
||||
lab_rank_tips = (GTextField)GetChildAt(4);
|
||||
text_rank1 = (GTextField)GetChildAt(5);
|
||||
text_rank2 = (GTextField)GetChildAt(6);
|
||||
text_rank3 = (GTextField)GetChildAt(7);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 81b9d22bb3dd9e74681076fcafbcc10d
|
||||
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.tixian
|
||||
{
|
||||
public partial class com_record : GComponent
|
||||
{
|
||||
public Controller cont_show;
|
||||
public GList list_record;
|
||||
public GButton btn_help;
|
||||
public GTextField text_title;
|
||||
public GComponent closeButton;
|
||||
public const string URL = "ui://jwedp6jyw3axa";
|
||||
|
||||
public static com_record CreateInstance()
|
||||
{
|
||||
return (com_record)UIPackage.CreateObject("tixian", "com_record");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cont_show = GetControllerAt(0);
|
||||
list_record = (GList)GetChildAt(1);
|
||||
btn_help = (GButton)GetChildAt(3);
|
||||
text_title = (GTextField)GetChildAt(4);
|
||||
closeButton = (GComponent)GetChildAt(5);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 68381ac04d7947e4f89e579e38a37790
|
||||
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.tixian
|
||||
{
|
||||
public partial class com_regulation : GComponent
|
||||
{
|
||||
public GComponent closeButton;
|
||||
public const string URL = "ui://jwedp6jyghqt2";
|
||||
|
||||
public static com_regulation CreateInstance()
|
||||
{
|
||||
return (com_regulation)UIPackage.CreateObject("tixian", "com_regulation");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
closeButton = (GComponent)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 562148c6e0d8f3943aa5d3b90b4db820
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,113 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.tixian
|
||||
{
|
||||
public partial class com_saveingpot : GComponent
|
||||
{
|
||||
public Controller type;
|
||||
public Controller cont_confirm;
|
||||
public Controller isRDExchangeMode;
|
||||
public GGraph ani_potparent;
|
||||
public GTextField text_remaintime;
|
||||
public GProgressBar progress_ch;
|
||||
public GTextField text_chprogress;
|
||||
public GTextField text_ad;
|
||||
public GTextField text_pay;
|
||||
public GButton btn_ch;
|
||||
public GTextField text_lose;
|
||||
public btn_confirm btn_confirm;
|
||||
public GTextField text_title;
|
||||
public GTextField text_query;
|
||||
public GTextField text_payhint;
|
||||
public btn_top btn_level0;
|
||||
public btn_top btn_level1;
|
||||
public btn_top btn_level2;
|
||||
public GGroup group_;
|
||||
public GTextField text_title_2;
|
||||
public GTextField text_smaill_title;
|
||||
public com_enter com_info;
|
||||
public com_firstname com_fname;
|
||||
public com_lastname com_lname;
|
||||
public com_info com_pay;
|
||||
public GTextField text_smaill_title_2;
|
||||
public GTextField text_ch;
|
||||
public GTextField text_account;
|
||||
public com_task com_task;
|
||||
public com_newRecord com_newRecord;
|
||||
public btn_pay btn_watch;
|
||||
public GImage card_;
|
||||
public GTextField lab_mn;
|
||||
public GList list_kicket;
|
||||
public GTextField lab_mn2;
|
||||
public GTextField lab_ticket;
|
||||
public GTextField lab_code;
|
||||
public btn_code btn_copy;
|
||||
public btn_code btn_contact_us;
|
||||
public GButton btn_back;
|
||||
public btn_get btn_inline_ok;
|
||||
public com_broadcast broad;
|
||||
public GButton btn_close;
|
||||
public GButton btn_task_watch;
|
||||
public GRichTextField text_nowch;
|
||||
public const string URL = "ui://jwedp6jyupx71p";
|
||||
|
||||
public static com_saveingpot CreateInstance()
|
||||
{
|
||||
return (com_saveingpot)UIPackage.CreateObject("tixian", "com_saveingpot");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
type = GetControllerAt(0);
|
||||
cont_confirm = GetControllerAt(1);
|
||||
isRDExchangeMode = GetControllerAt(2);
|
||||
ani_potparent = (GGraph)GetChildAt(0);
|
||||
text_remaintime = (GTextField)GetChildAt(3);
|
||||
progress_ch = (GProgressBar)GetChildAt(4);
|
||||
text_chprogress = (GTextField)GetChildAt(5);
|
||||
text_ad = (GTextField)GetChildAt(7);
|
||||
text_pay = (GTextField)GetChildAt(8);
|
||||
btn_ch = (GButton)GetChildAt(9);
|
||||
text_lose = (GTextField)GetChildAt(10);
|
||||
btn_confirm = (btn_confirm)GetChildAt(13);
|
||||
text_title = (GTextField)GetChildAt(14);
|
||||
text_query = (GTextField)GetChildAt(18);
|
||||
text_payhint = (GTextField)GetChildAt(19);
|
||||
btn_level0 = (btn_top)GetChildAt(20);
|
||||
btn_level1 = (btn_top)GetChildAt(21);
|
||||
btn_level2 = (btn_top)GetChildAt(22);
|
||||
group_ = (GGroup)GetChildAt(23);
|
||||
text_title_2 = (GTextField)GetChildAt(24);
|
||||
text_smaill_title = (GTextField)GetChildAt(25);
|
||||
com_info = (com_enter)GetChildAt(26);
|
||||
com_fname = (com_firstname)GetChildAt(27);
|
||||
com_lname = (com_lastname)GetChildAt(28);
|
||||
com_pay = (com_info)GetChildAt(29);
|
||||
text_smaill_title_2 = (GTextField)GetChildAt(30);
|
||||
text_ch = (GTextField)GetChildAt(33);
|
||||
text_account = (GTextField)GetChildAt(34);
|
||||
com_task = (com_task)GetChildAt(37);
|
||||
com_newRecord = (com_newRecord)GetChildAt(38);
|
||||
btn_watch = (btn_pay)GetChildAt(39);
|
||||
card_ = (GImage)GetChildAt(41);
|
||||
lab_mn = (GTextField)GetChildAt(44);
|
||||
list_kicket = (GList)GetChildAt(50);
|
||||
lab_mn2 = (GTextField)GetChildAt(54);
|
||||
lab_ticket = (GTextField)GetChildAt(61);
|
||||
lab_code = (GTextField)GetChildAt(63);
|
||||
btn_copy = (btn_code)GetChildAt(64);
|
||||
btn_contact_us = (btn_code)GetChildAt(65);
|
||||
btn_back = (GButton)GetChildAt(69);
|
||||
btn_inline_ok = (btn_get)GetChildAt(74);
|
||||
broad = (com_broadcast)GetChildAt(75);
|
||||
btn_close = (GButton)GetChildAt(76);
|
||||
btn_task_watch = (GButton)GetChildAt(77);
|
||||
text_nowch = (GRichTextField)GetChildAt(78);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4117f2546a524624c856414adf4248c4
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,35 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.tixian
|
||||
{
|
||||
public partial class com_task : GComponent
|
||||
{
|
||||
public Controller cont_process;
|
||||
public GTextField text_orderid;
|
||||
public GTextField text_task_title;
|
||||
public GTextField text_ads;
|
||||
public GTextField text_task;
|
||||
public GRichTextField text_payer;
|
||||
public const string URL = "ui://jwedp6jyes171x";
|
||||
|
||||
public static com_task CreateInstance()
|
||||
{
|
||||
return (com_task)UIPackage.CreateObject("tixian", "com_task");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cont_process = GetControllerAt(0);
|
||||
text_orderid = (GTextField)GetChildAt(4);
|
||||
text_task_title = (GTextField)GetChildAt(5);
|
||||
text_ads = (GTextField)GetChildAt(6);
|
||||
text_task = (GTextField)GetChildAt(7);
|
||||
text_payer = (GRichTextField)GetChildAt(16);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: c7ab28d3c7a14694c8980b6d0af6fb75
|
||||
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.tixian
|
||||
{
|
||||
public partial class com_ticket_item : GComponent
|
||||
{
|
||||
public GTextField lab_num;
|
||||
public btn_kicket btn_claim;
|
||||
public const string URL = "ui://jwedp6jytivmee";
|
||||
|
||||
public static com_ticket_item CreateInstance()
|
||||
{
|
||||
return (com_ticket_item)UIPackage.CreateObject("tixian", "com_ticket_item");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
lab_num = (GTextField)GetChildAt(4);
|
||||
btn_claim = (btn_kicket)GetChildAt(5);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: be11baeed97a95d489cc469cd2547000
|
||||
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.tixian
|
||||
{
|
||||
public partial class level_btn : GButton
|
||||
{
|
||||
public Controller btn_state;
|
||||
public GTextField text_level0;
|
||||
public GTextField text_level1;
|
||||
public GTextField text_level2;
|
||||
public GImage img_check;
|
||||
public const string URL = "ui://jwedp6jyfzz843";
|
||||
|
||||
public static level_btn CreateInstance()
|
||||
{
|
||||
return (level_btn)UIPackage.CreateObject("tixian", "level_btn");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
btn_state = GetControllerAt(0);
|
||||
text_level0 = (GTextField)GetChildAt(3);
|
||||
text_level1 = (GTextField)GetChildAt(4);
|
||||
text_level2 = (GTextField)GetChildAt(5);
|
||||
img_check = (GImage)GetChildAt(8);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: dc262278844334d4fae7c3d3980ea34d
|
||||
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;
|
||||
|
||||
namespace FGUI.tixian
|
||||
{
|
||||
public class tixianBinder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_cord_new.URL, typeof(com_cord_new));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_get.URL, typeof(btn_get));
|
||||
UIObjectFactory.SetPackageItemExtension(com_lastname.URL, typeof(com_lastname));
|
||||
UIObjectFactory.SetPackageItemExtension(com_firstname.URL, typeof(com_firstname));
|
||||
UIObjectFactory.SetPackageItemExtension(com_enter.URL, typeof(com_enter));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_edit.URL, typeof(btn_edit));
|
||||
UIObjectFactory.SetPackageItemExtension(com_task.URL, typeof(com_task));
|
||||
UIObjectFactory.SetPackageItemExtension(cash_levelcom.URL, typeof(cash_levelcom));
|
||||
UIObjectFactory.SetPackageItemExtension(level_btn.URL, typeof(level_btn));
|
||||
UIObjectFactory.SetPackageItemExtension(com_regulation.URL, typeof(com_regulation));
|
||||
UIObjectFactory.SetPackageItemExtension(com_broadcast.URL, typeof(com_broadcast));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_pay.URL, typeof(btn_pay));
|
||||
UIObjectFactory.SetPackageItemExtension(com_info.URL, typeof(com_info));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_confirm.URL, typeof(btn_confirm));
|
||||
UIObjectFactory.SetPackageItemExtension(com_cord.URL, typeof(com_cord));
|
||||
UIObjectFactory.SetPackageItemExtension(com_rank.URL, typeof(com_rank));
|
||||
UIObjectFactory.SetPackageItemExtension(com_newRecord.URL, typeof(com_newRecord));
|
||||
UIObjectFactory.SetPackageItemExtension(com_ticket_item.URL, typeof(com_ticket_item));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_kicket.URL, typeof(btn_kicket));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_code.URL, typeof(btn_code));
|
||||
UIObjectFactory.SetPackageItemExtension(com_saveingpot.URL, typeof(com_saveingpot));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_top.URL, typeof(btn_top));
|
||||
UIObjectFactory.SetPackageItemExtension(com_confirm.URL, typeof(com_confirm));
|
||||
UIObjectFactory.SetPackageItemExtension(com_record.URL, typeof(com_record));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 32c0fe4fbcf7fb94db041e31178d6dc4
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user