提交项目
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
|
||||
namespace FGUI.JMain
|
||||
{
|
||||
public class JMainBinder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_pal.URL, typeof(com_pal));
|
||||
UIObjectFactory.SetPackageItemExtension(item_pal.URL, typeof(item_pal));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_pal.URL, typeof(btn_pal));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_question.URL, typeof(btn_question));
|
||||
UIObjectFactory.SetPackageItemExtension(com_faq.URL, typeof(com_faq));
|
||||
UIObjectFactory.SetPackageItemExtension(com_list_main.URL, typeof(com_list_main));
|
||||
UIObjectFactory.SetPackageItemExtension(com_main.URL, typeof(com_main));
|
||||
UIObjectFactory.SetPackageItemExtension(com_firstreward.URL, typeof(com_firstreward));
|
||||
UIObjectFactory.SetPackageItemExtension(com_playnum.URL, typeof(com_playnum));
|
||||
UIObjectFactory.SetPackageItemExtension(com_cardplaytext.URL, typeof(com_cardplaytext));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_add.URL, typeof(btn_add));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_minus.URL, typeof(btn_minus));
|
||||
UIObjectFactory.SetPackageItemExtension(com_cardnum.URL, typeof(com_cardnum));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_petty.URL, typeof(btn_petty));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 46c0019ed5c06d34aac5f2c6ae58275f
|
||||
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.JMain
|
||||
{
|
||||
public partial class btn_add : GButton
|
||||
{
|
||||
public Controller cont_button;
|
||||
public const string URL = "ui://qw9x6rf3t4cu7";
|
||||
|
||||
public static btn_add CreateInstance()
|
||||
{
|
||||
return (btn_add)UIPackage.CreateObject("JMain", "btn_add");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cont_button = GetControllerAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 3f82c86beb30c29498d3c6cc0cb5eeb1
|
||||
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.JMain
|
||||
{
|
||||
public partial class btn_minus : GButton
|
||||
{
|
||||
public Controller cont_button;
|
||||
public const string URL = "ui://qw9x6rf3t4cu8";
|
||||
|
||||
public static btn_minus CreateInstance()
|
||||
{
|
||||
return (btn_minus)UIPackage.CreateObject("JMain", "btn_minus");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cont_button = GetControllerAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: af4860a1561e10645a034b481d060cbf
|
||||
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.JMain
|
||||
{
|
||||
public partial class btn_pal : GButton
|
||||
{
|
||||
public GTextField lab_time;
|
||||
public const string URL = "ui://qw9x6rf3dz5jpix";
|
||||
|
||||
public static btn_pal CreateInstance()
|
||||
{
|
||||
return (btn_pal)UIPackage.CreateObject("JMain", "btn_pal");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
lab_time = (GTextField)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 8df9026b5e978de4e820114b10b88d07
|
||||
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.JMain
|
||||
{
|
||||
public partial class btn_petty : GButton
|
||||
{
|
||||
public GGroup kuang;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://qw9x6rf3uaj0pin";
|
||||
|
||||
public static btn_petty CreateInstance()
|
||||
{
|
||||
return (btn_petty)UIPackage.CreateObject("JMain", "btn_petty");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
kuang = (GGroup)GetChildAt(2);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 76b1e8a1581e7444a8900307e0980e35
|
||||
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.JMain
|
||||
{
|
||||
public partial class btn_question : GButton
|
||||
{
|
||||
public Controller btn_name;
|
||||
public const string URL = "ui://qw9x6rf3heqb2w";
|
||||
|
||||
public static btn_question CreateInstance()
|
||||
{
|
||||
return (btn_question)UIPackage.CreateObject("JMain", "btn_question");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
btn_name = GetControllerAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: dcc9e180d74e8401da5ac8632ac1ee04
|
||||
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.JMain
|
||||
{
|
||||
public partial class com_cardnum : GComponent
|
||||
{
|
||||
public Controller cont_state;
|
||||
public btn_add btn_add;
|
||||
public btn_minus btn_minus;
|
||||
public const string URL = "ui://qw9x6rf3t4cu9";
|
||||
|
||||
public static com_cardnum CreateInstance()
|
||||
{
|
||||
return (com_cardnum)UIPackage.CreateObject("JMain", "com_cardnum");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cont_state = GetControllerAt(0);
|
||||
btn_add = (btn_add)GetChildAt(1);
|
||||
btn_minus = (btn_minus)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 216495d3f7ca7a24d806221d9b343893
|
||||
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.JMain
|
||||
{
|
||||
public partial class com_cardplaytext : GComponent
|
||||
{
|
||||
public Controller cont_text;
|
||||
public GTextField text_cardplay;
|
||||
public const string URL = "ui://qw9x6rf3rps6c";
|
||||
|
||||
public static com_cardplaytext CreateInstance()
|
||||
{
|
||||
return (com_cardplaytext)UIPackage.CreateObject("JMain", "com_cardplaytext");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cont_text = GetControllerAt(0);
|
||||
text_cardplay = (GTextField)GetChildAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4d80aeb14cc4d344a8f25ca59ac53a34
|
||||
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.JMain
|
||||
{
|
||||
public partial class com_faq : GComponent
|
||||
{
|
||||
public GRichTextField txt_title;
|
||||
public GList list_;
|
||||
public GButton btn_close;
|
||||
public const string URL = "ui://qw9x6rf3heqb2x";
|
||||
|
||||
public static com_faq CreateInstance()
|
||||
{
|
||||
return (com_faq)UIPackage.CreateObject("JMain", "com_faq");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
txt_title = (GRichTextField)GetChildAt(1);
|
||||
list_ = (GList)GetChildAt(24);
|
||||
btn_close = (GButton)GetChildAt(25);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 9dd0b6f5b000a4019afaaa9ee8dbcd8c
|
||||
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.JMain
|
||||
{
|
||||
public partial class com_firstreward : GComponent
|
||||
{
|
||||
public Controller state;
|
||||
public GGraph spine_parent;
|
||||
public GButton btn_getreward;
|
||||
public GTextField txt_title;
|
||||
public GButton closeButton;
|
||||
public GTextField text_num;
|
||||
public GButton btn_get;
|
||||
public GImage img_gold;
|
||||
public GTextField end_point;
|
||||
public const string URL = "ui://qw9x6rf3ngxz38";
|
||||
|
||||
public static com_firstreward CreateInstance()
|
||||
{
|
||||
return (com_firstreward)UIPackage.CreateObject("JMain", "com_firstreward");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
spine_parent = (GGraph)GetChildAt(0);
|
||||
btn_getreward = (GButton)GetChildAt(1);
|
||||
txt_title = (GTextField)GetChildAt(4);
|
||||
closeButton = (GButton)GetChildAt(5);
|
||||
text_num = (GTextField)GetChildAt(6);
|
||||
btn_get = (GButton)GetChildAt(7);
|
||||
img_gold = (GImage)GetChildAt(8);
|
||||
end_point = (GTextField)GetChildAt(10);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: c1f87a574feab44a8be9763674e1ba86
|
||||
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.JMain
|
||||
{
|
||||
public partial class com_list_main : GComponent
|
||||
{
|
||||
public GTextField name_;
|
||||
public GTextField money;
|
||||
public GTextField time1;
|
||||
public GTextField time2;
|
||||
public const string URL = "ui://qw9x6rf3heqb2z";
|
||||
|
||||
public static com_list_main CreateInstance()
|
||||
{
|
||||
return (com_list_main)UIPackage.CreateObject("JMain", "com_list_main");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
name_ = (GTextField)GetChildAt(0);
|
||||
money = (GTextField)GetChildAt(1);
|
||||
time1 = (GTextField)GetChildAt(2);
|
||||
time2 = (GTextField)GetChildAt(3);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 2ff1eebf2aa594b1db1b06d53dca957b
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,53 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.JMain
|
||||
{
|
||||
public partial class com_main : GComponent
|
||||
{
|
||||
public Controller gift;
|
||||
public Controller type;
|
||||
public GGraph gp_fx;
|
||||
public com_cardnum com_cardnum;
|
||||
public com_playnum com_cards;
|
||||
public com_cardplaytext com_cardplay;
|
||||
public GButton btn_ballon;
|
||||
public GButton btn_set;
|
||||
public GButton btn_admin;
|
||||
public btn_question btn_question;
|
||||
public GButton btn_saveingpot;
|
||||
public btn_petty btn_petty;
|
||||
public GButton btn_play;
|
||||
public GButton btn_wb;
|
||||
public btn_pal btn_pal;
|
||||
public const string URL = "ui://qw9x6rf3lbaa0";
|
||||
|
||||
public static com_main CreateInstance()
|
||||
{
|
||||
return (com_main)UIPackage.CreateObject("JMain", "com_main");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
gift = GetControllerAt(0);
|
||||
type = GetControllerAt(1);
|
||||
gp_fx = (GGraph)GetChildAt(0);
|
||||
com_cardnum = (com_cardnum)GetChildAt(6);
|
||||
com_cards = (com_playnum)GetChildAt(7);
|
||||
com_cardplay = (com_cardplaytext)GetChildAt(8);
|
||||
btn_ballon = (GButton)GetChildAt(9);
|
||||
btn_set = (GButton)GetChildAt(10);
|
||||
btn_admin = (GButton)GetChildAt(11);
|
||||
btn_question = (btn_question)GetChildAt(12);
|
||||
btn_saveingpot = (GButton)GetChildAt(13);
|
||||
btn_petty = (btn_petty)GetChildAt(14);
|
||||
btn_play = (GButton)GetChildAt(15);
|
||||
btn_wb = (GButton)GetChildAt(16);
|
||||
btn_pal = (btn_pal)GetChildAt(17);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 0c1f6bb9879a8ca4c906cfb1c1dd0591
|
||||
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.JMain
|
||||
{
|
||||
public partial class com_pal : GComponent
|
||||
{
|
||||
public Controller state;
|
||||
public GList list_pal;
|
||||
public GButton btn_close;
|
||||
public const string URL = "ui://qw9x6rf3dz5jpiq";
|
||||
|
||||
public static com_pal CreateInstance()
|
||||
{
|
||||
return (com_pal)UIPackage.CreateObject("JMain", "com_pal");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
list_pal = (GList)GetChildAt(0);
|
||||
btn_close = (GButton)GetChildAt(5);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: efbfc86d9de50de4aaacf054158f5e50
|
||||
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.JMain
|
||||
{
|
||||
public partial class com_playnum : GComponent
|
||||
{
|
||||
public Controller cont_cardleft;
|
||||
public GTextField text_num;
|
||||
public GTextField text_fx;
|
||||
public GTextField text_time;
|
||||
public GTextField text_free;
|
||||
public Transition fx_num;
|
||||
public const string URL = "ui://qw9x6rf3rbhoa";
|
||||
|
||||
public static com_playnum CreateInstance()
|
||||
{
|
||||
return (com_playnum)UIPackage.CreateObject("JMain", "com_playnum");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cont_cardleft = GetControllerAt(0);
|
||||
text_num = (GTextField)GetChildAt(2);
|
||||
text_fx = (GTextField)GetChildAt(3);
|
||||
text_time = (GTextField)GetChildAt(4);
|
||||
text_free = (GTextField)GetChildAt(5);
|
||||
fx_num = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 11a4ca81613d18243ac1ba606a304341
|
||||
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.JMain
|
||||
{
|
||||
public partial class item_pal : GComponent
|
||||
{
|
||||
public Controller state;
|
||||
public const string URL = "ui://qw9x6rf3dz5jpiw";
|
||||
|
||||
public static item_pal CreateInstance()
|
||||
{
|
||||
return (item_pal)UIPackage.CreateObject("JMain", "item_pal");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a985afe1ff6fa7b40b8a084994d9c11b
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user