fix:1、添加项目。2、基本箭头生成
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.rank
|
||||
{
|
||||
public partial class btn_collect : GButton
|
||||
{
|
||||
public GImage img_saveingpot;
|
||||
public const string URL = "ui://edhx114fiwfg1m";
|
||||
|
||||
public static btn_collect CreateInstance()
|
||||
{
|
||||
return (btn_collect)UIPackage.CreateObject("rank", "btn_collect");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
img_saveingpot = (GImage)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 37353365b0ba94e408eef91dc71387a2
|
||||
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.rank
|
||||
{
|
||||
public partial class btn_head : GButton
|
||||
{
|
||||
public Controller type;
|
||||
public GLoader load_avatar;
|
||||
public const string URL = "ui://edhx114frhlv6n";
|
||||
|
||||
public static btn_head CreateInstance()
|
||||
{
|
||||
return (btn_head)UIPackage.CreateObject("rank", "btn_head");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
type = GetControllerAt(0);
|
||||
load_avatar = (GLoader)GetChildAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 2e42682a52c7542e9ae16d3b2bdf6d53
|
||||
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.rank
|
||||
{
|
||||
public partial class btn_task_tab : GComponent
|
||||
{
|
||||
public Controller select;
|
||||
public GTextField title;
|
||||
public GTextField title1;
|
||||
public GTextField title2;
|
||||
public GButton btn_hour;
|
||||
public GButton btn_day;
|
||||
public GButton btn_week;
|
||||
public const string URL = "ui://edhx114fiec41";
|
||||
|
||||
public static btn_task_tab CreateInstance()
|
||||
{
|
||||
return (btn_task_tab)UIPackage.CreateObject("rank", "btn_task_tab");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
select = GetControllerAt(0);
|
||||
title = (GTextField)GetChildAt(6);
|
||||
title1 = (GTextField)GetChildAt(7);
|
||||
title2 = (GTextField)GetChildAt(8);
|
||||
btn_hour = (GButton)GetChildAt(9);
|
||||
btn_day = (GButton)GetChildAt(10);
|
||||
btn_week = (GButton)GetChildAt(11);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6a9b833819fbb444485160b28b86b015
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,45 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.rank
|
||||
{
|
||||
public partial class com_rank_reward : GComponent
|
||||
{
|
||||
public Controller pot_switch;
|
||||
public GTextField lab_pot;
|
||||
public GGroup group_top;
|
||||
public GList list_rank;
|
||||
public GButton btn_close;
|
||||
public GTextField lab_total;
|
||||
public GButton btn_collect;
|
||||
public btn_head head_3;
|
||||
public btn_head head_2;
|
||||
public btn_head head_1;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://edhx114fiwfg1k";
|
||||
|
||||
public static com_rank_reward CreateInstance()
|
||||
{
|
||||
return (com_rank_reward)UIPackage.CreateObject("rank", "com_rank_reward");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pot_switch = GetControllerAt(0);
|
||||
lab_pot = (GTextField)GetChildAt(3);
|
||||
group_top = (GGroup)GetChildAt(4);
|
||||
list_rank = (GList)GetChildAt(5);
|
||||
btn_close = (GButton)GetChildAt(10);
|
||||
lab_total = (GTextField)GetChildAt(14);
|
||||
btn_collect = (GButton)GetChildAt(15);
|
||||
head_3 = (btn_head)GetChildAt(17);
|
||||
head_2 = (btn_head)GetChildAt(18);
|
||||
head_1 = (btn_head)GetChildAt(19);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 959ab5f490602294eafbff60976156b8
|
||||
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.rank
|
||||
{
|
||||
public partial class com_rank_rule : GComponent
|
||||
{
|
||||
public Controller pay_type;
|
||||
public rank_panel_partent rank_panel_partent;
|
||||
public GButton btn_close;
|
||||
public GTextField title;
|
||||
public GGroup group_top;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://edhx114fiwfg1u";
|
||||
|
||||
public static com_rank_rule CreateInstance()
|
||||
{
|
||||
return (com_rank_rule)UIPackage.CreateObject("rank", "com_rank_rule");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pay_type = GetControllerAt(0);
|
||||
rank_panel_partent = (rank_panel_partent)GetChildAt(0);
|
||||
btn_close = (GButton)GetChildAt(2);
|
||||
title = (GTextField)GetChildAt(3);
|
||||
group_top = (GGroup)GetChildAt(4);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 255fb8bb5f73d10479d92a842c4180d2
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,79 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.rank
|
||||
{
|
||||
public partial class com_rank_view : GComponent
|
||||
{
|
||||
public Controller pot_switch;
|
||||
public GList list_rank;
|
||||
public GTextField lab_rank;
|
||||
public point_item2 self_points;
|
||||
public point_item2 self_pot;
|
||||
public GTextField lab_name;
|
||||
public btn_head btn_head;
|
||||
public point_item second_points;
|
||||
public GTextField lab_time;
|
||||
public point_item second_pot;
|
||||
public point_item first_points;
|
||||
public point_item first_pot;
|
||||
public point_item third_points;
|
||||
public point_item third_pot;
|
||||
public GTextField lab_name2;
|
||||
public GTextField lab_name1;
|
||||
public GTextField lab_name3;
|
||||
public GButton btn_rule;
|
||||
public btn_task_tab btn_task_tab;
|
||||
public btn_head head_3;
|
||||
public btn_head head_2;
|
||||
public btn_head head_1;
|
||||
public GButton btn_close;
|
||||
public GComponent add_points;
|
||||
public GTextField lab_pot;
|
||||
public GButton btn_pot;
|
||||
public GGroup group_top;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://edhx114fnest8";
|
||||
|
||||
public static com_rank_view CreateInstance()
|
||||
{
|
||||
return (com_rank_view)UIPackage.CreateObject("rank", "com_rank_view");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pot_switch = GetControllerAt(0);
|
||||
list_rank = (GList)GetChildAt(6);
|
||||
lab_rank = (GTextField)GetChildAt(10);
|
||||
self_points = (point_item2)GetChildAt(11);
|
||||
self_pot = (point_item2)GetChildAt(12);
|
||||
lab_name = (GTextField)GetChildAt(13);
|
||||
btn_head = (btn_head)GetChildAt(14);
|
||||
second_points = (point_item)GetChildAt(15);
|
||||
lab_time = (GTextField)GetChildAt(17);
|
||||
second_pot = (point_item)GetChildAt(19);
|
||||
first_points = (point_item)GetChildAt(20);
|
||||
first_pot = (point_item)GetChildAt(21);
|
||||
third_points = (point_item)GetChildAt(22);
|
||||
third_pot = (point_item)GetChildAt(23);
|
||||
lab_name2 = (GTextField)GetChildAt(24);
|
||||
lab_name1 = (GTextField)GetChildAt(25);
|
||||
lab_name3 = (GTextField)GetChildAt(26);
|
||||
btn_rule = (GButton)GetChildAt(27);
|
||||
btn_task_tab = (btn_task_tab)GetChildAt(28);
|
||||
head_3 = (btn_head)GetChildAt(29);
|
||||
head_2 = (btn_head)GetChildAt(30);
|
||||
head_1 = (btn_head)GetChildAt(31);
|
||||
btn_close = (GButton)GetChildAt(35);
|
||||
add_points = (GComponent)GetChildAt(36);
|
||||
lab_pot = (GTextField)GetChildAt(38);
|
||||
btn_pot = (GButton)GetChildAt(40);
|
||||
group_top = (GGroup)GetChildAt(41);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: bebb7428a166ce141a178174b2a3bde8
|
||||
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.rank
|
||||
{
|
||||
public partial class point_item : GComponent
|
||||
{
|
||||
public Controller type;
|
||||
public Controller state;
|
||||
public GTextField lab_value;
|
||||
public const string URL = "ui://edhx114fiwfg1i";
|
||||
|
||||
public static point_item CreateInstance()
|
||||
{
|
||||
return (point_item)UIPackage.CreateObject("rank", "point_item");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
type = GetControllerAt(0);
|
||||
state = GetControllerAt(1);
|
||||
lab_value = (GTextField)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f0d9c7cf041a30e428ffe318844e5128
|
||||
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.rank
|
||||
{
|
||||
public partial class point_item2 : GComponent
|
||||
{
|
||||
public Controller type;
|
||||
public GTextField lab_value;
|
||||
public const string URL = "ui://edhx114fiwfg1j";
|
||||
|
||||
public static point_item2 CreateInstance()
|
||||
{
|
||||
return (point_item2)UIPackage.CreateObject("rank", "point_item2");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
type = GetControllerAt(0);
|
||||
lab_value = (GTextField)GetChildAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4956f72642c90ca4288a743132b568b5
|
||||
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;
|
||||
|
||||
namespace FGUI.rank
|
||||
{
|
||||
public class rankBinder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(btn_task_tab.URL, typeof(btn_task_tab));
|
||||
UIObjectFactory.SetPackageItemExtension(rank_item.URL, typeof(rank_item));
|
||||
UIObjectFactory.SetPackageItemExtension(point_item.URL, typeof(point_item));
|
||||
UIObjectFactory.SetPackageItemExtension(point_item2.URL, typeof(point_item2));
|
||||
UIObjectFactory.SetPackageItemExtension(com_rank_reward.URL, typeof(com_rank_reward));
|
||||
UIObjectFactory.SetPackageItemExtension(rank_item2.URL, typeof(rank_item2));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_collect.URL, typeof(btn_collect));
|
||||
UIObjectFactory.SetPackageItemExtension(com_rank_rule.URL, typeof(com_rank_rule));
|
||||
UIObjectFactory.SetPackageItemExtension(rank_panel_partent.URL, typeof(rank_panel_partent));
|
||||
UIObjectFactory.SetPackageItemExtension(rank_panel.URL, typeof(rank_panel));
|
||||
UIObjectFactory.SetPackageItemExtension(com_rank_view.URL, typeof(com_rank_view));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_head.URL, typeof(btn_head));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 8041daa16d7afb54f90ad2e545e42e86
|
||||
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.rank
|
||||
{
|
||||
public partial class rank_item : GComponent
|
||||
{
|
||||
public Controller type;
|
||||
public Controller pot_switch;
|
||||
public GTextField lab_rank;
|
||||
public GTextField lab_points;
|
||||
public GTextField lab_pot;
|
||||
public GTextField lab_name;
|
||||
public btn_head btn_head;
|
||||
public const string URL = "ui://edhx114fiec45";
|
||||
|
||||
public static rank_item CreateInstance()
|
||||
{
|
||||
return (rank_item)UIPackage.CreateObject("rank", "rank_item");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
type = GetControllerAt(0);
|
||||
pot_switch = GetControllerAt(1);
|
||||
lab_rank = (GTextField)GetChildAt(4);
|
||||
lab_points = (GTextField)GetChildAt(5);
|
||||
lab_pot = (GTextField)GetChildAt(6);
|
||||
lab_name = (GTextField)GetChildAt(7);
|
||||
btn_head = (btn_head)GetChildAt(10);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 0ab5af0d56f5a954bb68ae0c1533f79a
|
||||
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.rank
|
||||
{
|
||||
public partial class rank_item2 : GComponent
|
||||
{
|
||||
public Controller type;
|
||||
public Controller pot_switch;
|
||||
public GTextField lab_type;
|
||||
public GTextField lab_time;
|
||||
public GTextField lab_ranking;
|
||||
public GTextField lab_pot;
|
||||
public const string URL = "ui://edhx114fiwfg1l";
|
||||
|
||||
public static rank_item2 CreateInstance()
|
||||
{
|
||||
return (rank_item2)UIPackage.CreateObject("rank", "rank_item2");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
type = GetControllerAt(0);
|
||||
pot_switch = GetControllerAt(1);
|
||||
lab_type = (GTextField)GetChildAt(1);
|
||||
lab_time = (GTextField)GetChildAt(2);
|
||||
lab_ranking = (GTextField)GetChildAt(3);
|
||||
lab_pot = (GTextField)GetChildAt(4);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ef4c72132acda254193182bd40b9d22b
|
||||
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.rank
|
||||
{
|
||||
public partial class rank_panel : GComponent
|
||||
{
|
||||
public GTextField lab_purchase;
|
||||
public GTextField lab_elminate2;
|
||||
public GTextField lab_elminate;
|
||||
public GTextField lab_ads;
|
||||
public GTextField lab_ads_limit;
|
||||
public const string URL = "ui://edhx114fiwfg4e";
|
||||
|
||||
public static rank_panel CreateInstance()
|
||||
{
|
||||
return (rank_panel)UIPackage.CreateObject("rank", "rank_panel");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
lab_purchase = (GTextField)GetChildAt(5);
|
||||
lab_elminate2 = (GTextField)GetChildAt(7);
|
||||
lab_elminate = (GTextField)GetChildAt(8);
|
||||
lab_ads = (GTextField)GetChildAt(9);
|
||||
lab_ads_limit = (GTextField)GetChildAt(10);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ba69cec2015d7ef41a0a2f3890d8261f
|
||||
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.rank
|
||||
{
|
||||
public partial class rank_panel_partent : GComponent
|
||||
{
|
||||
public rank_panel rankPanel;
|
||||
public const string URL = "ui://edhx114fiwfg4d";
|
||||
|
||||
public static rank_panel_partent CreateInstance()
|
||||
{
|
||||
return (rank_panel_partent)UIPackage.CreateObject("rank", "rank_panel_partent");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
rankPanel = (rank_panel)GetChildAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 096ec360cef63434eb44015e7cf30418
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user