Core/GameEngine/Model/Config/SpiritWeaponConfig.cs
@@ -1,6 +1,6 @@ //-------------------------------------------------------- // [Author]: Fish // [ Date ]: Thursday, June 20, 2019 // [ Date ]: Thursday, July 04, 2019 //-------------------------------------------------------- using System.Collections.Generic; @@ -13,17 +13,19 @@ public partial class SpiritWeaponConfig { public readonly int ItemID; public readonly int Level; public readonly int[] AttrIDList; public readonly int[] AttrValueList; public readonly int[] AttrColorList; public readonly int AttrScore; public readonly Int2[] UpCostItem; public readonly int NextItemID; static HashSet<int> RelatedItems = new HashSet<int>(); public SpiritWeaponConfig() public readonly int ItemID; public readonly int Level; public readonly int[] AttrIDList; public readonly int[] AttrValueList; public readonly int[] AttrColorList; public readonly int AttrScore; public readonly Int2[] UpCostItem; public readonly int NextItemID; public readonly int NPCID; public readonly Vector3 Rotation; public readonly float scale; public SpiritWeaponConfig() { } @@ -33,66 +35,52 @@ { var tables = input.Split('\t'); int.TryParse(tables[0],out ItemID); if(!RelatedItems.Contains(ItemID)) { RelatedItems.Add(ItemID); } int.TryParse(tables[1],out Level); int.TryParse(tables[0],out ItemID); int.TryParse(tables[1],out Level); string[] AttrIDListStringArray = tables[2].Trim().Split(StringUtility.splitSeparator,StringSplitOptions.RemoveEmptyEntries); AttrIDList = new int[AttrIDListStringArray.Length]; for (int i=0;i<AttrIDListStringArray.Length;i++) { int.TryParse(AttrIDListStringArray[i],out AttrIDList[i]); } } string[] AttrValueListStringArray = tables[3].Trim().Split(StringUtility.splitSeparator,StringSplitOptions.RemoveEmptyEntries); AttrValueList = new int[AttrValueListStringArray.Length]; for (int i=0;i<AttrValueListStringArray.Length;i++) { int.TryParse(AttrValueListStringArray[i],out AttrValueList[i]); } } string[] AttrColorListStringArray = tables[4].Trim().Split(StringUtility.splitSeparator,StringSplitOptions.RemoveEmptyEntries); AttrColorList = new int[AttrColorListStringArray.Length]; for (int i=0;i<AttrColorListStringArray.Length;i++) { int.TryParse(AttrColorListStringArray[i],out AttrColorList[i]); } int.TryParse(tables[5],out AttrScore); string[] UpCostItemAry = tables[6].Trim().Split(StringUtility.splitSeparator, StringSplitOptions.RemoveEmptyEntries); UpCostItem = new Int2[UpCostItemAry.Length]; for (int i = 0; i < UpCostItem.Length; i++) { UpCostItem[i] = new Int2(); var UpCostItemInfo = UpCostItemAry[i].Split('_'); int.TryParse(UpCostItemInfo[0], out UpCostItem[i].x); int.TryParse(UpCostItemInfo[1], out UpCostItem[i].y); if (!RelatedItems.Contains(UpCostItem[i].x)) { RelatedItems.Add(UpCostItem[i].x); } } } int.TryParse(tables[7], out NextItemID); int.TryParse(tables[5],out AttrScore); string[] UpCostItemStringArray = tables[6].Trim().Split(StringUtility.splitSeparator,StringSplitOptions.RemoveEmptyEntries); UpCostItem = new Int2[UpCostItemStringArray.Length]; for (int i=0;i<UpCostItemStringArray.Length;i++) { Int2.TryParse(UpCostItemStringArray[i],out UpCostItem[i]); } int.TryParse(tables[7],out NextItemID); int.TryParse(tables[8],out NPCID); Rotation=tables[9].Vector3Parse(); float.TryParse(tables[10],out scale); } catch (Exception ex) { DebugEx.Log(ex); } } public static HashSet<int> GetAllRelatedItems() { if(!inited) { return RelatedItems; } return RelatedItems; } static Dictionary<string, SpiritWeaponConfig> configs = new Dictionary<string, SpiritWeaponConfig>(); Core/GameEngine/Model/Config/SpiritWeaponConfig.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: ddd7764ed0b6a9c41b3c3e2b91efa8c8 timeCreated: 1561022144 timeCreated: 1562249090 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen.meta
@@ -1,7 +1,7 @@ fileFormatVersion: 2 guid: d9678760629148748a9d2d5a32187c88 folderAsset: yes timeCreated: 1557818427 timeCreated: 1562249789 licenseType: Pro DefaultImporter: userData: Lua/Gen/ActionTypeClassWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 6b33d65b389421d4ba88c39825ecc81a timeCreated: 1557818438 timeCreated: 1562249802 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/ActorShowConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 89696f34a8320934186a7482b4845135 timeCreated: 1557818441 timeCreated: 1562249806 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/AdventureDialogueConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: ed07ea7907e7c2143816889862371583 timeCreated: 1557818451 timeCreated: 1562249823 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/AlchemyConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 7a3f08fd0ddf8c54dadf1196d6424561 timeCreated: 1559012183 timeCreated: 1562249804 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/AlchemyCountConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: ff968edf8b3042a4fb093c6c876e68c0 timeCreated: 1557818454 timeCreated: 1562249826 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/AlchemySpecConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: eb9d632c6a30e6940bcb186ca76fb56f timeCreated: 1557818451 timeCreated: 1562249823 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/AllPeoplePartyAwardConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 55ea3b02ee27b84409d59797c378b74c timeCreated: 1557818435 timeCreated: 1562249799 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/AllPeoplePartyConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 17c18203460a36a4ea7c1cc09d632a0c timeCreated: 1557818429 timeCreated: 1562249791 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/AncientRobotNameConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 9560b7c35b595c74b81cada131b542e5 timeCreated: 1557818442 timeCreated: 1562249807 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/AnimatorControllerLoaderWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 1f9edfc6b0ae23d4a90f3bbe495e0218 timeCreated: 1558770305 timeCreated: 1562249792 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/AnyCountDownUtilityWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: a5f402668aaaf4c4caf03164f94504d7 timeCreated: 1557818444 timeCreated: 1562249810 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/ApkUpdateUrlConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 91dd305683da4d140805c889f5b4636c timeCreated: 1557818442 timeCreated: 1562249807 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/AppointItemConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 753a96745efcd564dbf4acdb90acfd93 timeCreated: 1560826909 timeCreated: 1562249803 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/AreaCameraConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 2f1a9cf2d36e2994e88a1ce98ddb245f timeCreated: 1557818432 timeCreated: 1562249794 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/AssetBundleUtilityWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 8611943f865ded74f991022898cf5338 timeCreated: 1557818440 timeCreated: 1562249805 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/AssetSourceWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 37dca09e843322e4c929a0121d5133bc timeCreated: 1557818433 timeCreated: 1562249795 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/AssetVersionUtilityWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 351bd29709ee9194b87cd788263e5448 timeCreated: 1557818432 timeCreated: 1562249795 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/AttrFruitConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: fa965bcfc91fec44fb4d8e50b860251a timeCreated: 1557818453 timeCreated: 1562249825 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/AuctionConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 651ebf7f86386d145a7552ca91571997 timeCreated: 1557818437 timeCreated: 1562249801 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/AuctionIndexConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: f67d1c1fcb503b34eb105b8e3570545e timeCreated: 1557818453 timeCreated: 1562249825 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/AuctionItemConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: f1204a1745162024bac291688ba434e7 timeCreated: 1557818452 timeCreated: 1562249824 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/AudioConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: d63eb59dac1f1ee459777845f2a2dcf9 timeCreated: 1557818449 timeCreated: 1562249816 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/BattleEffectPlayRuleWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 9af4f8cb7bea139439969d8767ea1d39 timeCreated: 1557818443 timeCreated: 1562249808 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/BossFakeLineUtilityWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 6291300004f760a469ed78b20ec9802a timeCreated: 1557818437 timeCreated: 1562249801 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/BossHomeConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 736fada77c644b6478c2f2a75bc238a2 timeCreated: 1557818439 timeCreated: 1562249803 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/BossInfoConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: f509dbb4a123c524e907ac41cc2c68c0 timeCreated: 1557818453 timeCreated: 1562249824 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/BossRebornConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: f0aa45e8d40b20b42864d48cc0a20c42 timeCreated: 1557818452 timeCreated: 1562249824 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/ButtonExWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: b59759be7e2e1154a92a66d02a68023d timeCreated: 1557818446 timeCreated: 1562249812 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/BuyItemControllerWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: b22fc008a84e39e4c952d62b36e1935b timeCreated: 1557818445 timeCreated: 1562249811 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/CTGConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: c8c1099cdf47c0440803f1d7c78ebeef timeCreated: 1557818447 timeCreated: 1562249814 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/CapacityDelayModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 5e70543caa7b6f94181b5acd9dbc9a26 timeCreated: 1557818436 timeCreated: 1562249800 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/ChatBubbleBoxConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 0760e4bc37d73a047ab9954148e378a2 timeCreated: 1557818428 timeCreated: 1562249790 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/ChatSettingWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 31db26ec06f46f043bff2f8b94db8b38 timeCreated: 1557818432 timeCreated: 1562249794 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/ChestsAwardConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: dd2a240d1d4f9f848843c6748af241df timeCreated: 1557818450 timeCreated: 1562249817 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/ChestsConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 97894dd225c707e479806ee41ac11122 timeCreated: 1557818442 timeCreated: 1562249808 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/ClockWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 987718dbbd440ab4cb3bb42154a6565c timeCreated: 1559110034 timeCreated: 1562249808 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/CoinTaskTipModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: baf736a801db54c4f8e05275638c6bef timeCreated: 1557818446 timeCreated: 1562249812 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/CollectNpcConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: ef6d95f0d0411234a85f9e6919f98fa6 timeCreated: 1557818452 timeCreated: 1562249823 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/ComponentExtersionWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: e56dc313c9470ae41acc67d61ab878d4 timeCreated: 1557818450 timeCreated: 1562249818 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/ComposeWinModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: e0e359da308439d4e87a7d7ce8fd4cc5 timeCreated: 1557818450 timeCreated: 1562249817 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/ContactConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 14e24dea177efd041a59ecdcd3d2e051 timeCreated: 1557818429 timeCreated: 1562249791 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/ContinueSignInConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: af4df854ce4cab2458e8d9cb7c726aca timeCreated: 1557818445 timeCreated: 1562249811 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/CoroutineMgrWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 8cd31f2950b11e34ea4beee2046dae5d timeCreated: 1557818441 timeCreated: 1562249806 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/CreateRoleConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: d3e5b5c3afe1e924a85bba4dd2335a0b timeCreated: 1557818449 timeCreated: 1562249816 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/CrossRealmPKDanAwardConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: dd48602f013b88642960855f78011a56 timeCreated: 1557818450 timeCreated: 1562249817 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/CrossRealmPKOrderAwardConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: ea5d75c8364a52b46b466b2d8763facf timeCreated: 1557818451 timeCreated: 1562249819 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/CrossServerArenaConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: aaece6d39f612f74e93543858ea8790d timeCreated: 1557818444 timeCreated: 1562249810 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/CrossServerBossConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: b3c94e2a71565a54b9142917d9eb74c7 timeCreated: 1557818445 timeCreated: 1562249811 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/CrossServerOneVsOneRobotConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 570363a4d98bd1247a126741bb6e55eb timeCreated: 1557818435 timeCreated: 1562249799 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/CrossServerUtilityWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 41270c85efa9000488715bef573a8088 timeCreated: 1557818433 timeCreated: 1562249796 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/DailyLivenessRewardConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: fc3822bae71b3044f9279dfca693d972 timeCreated: 1557818453 timeCreated: 1562249825 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/DailyQuestConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 5e5fd0aa523f8904f9404c344adc42c8 timeCreated: 1557818436 timeCreated: 1562249800 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/DailyQuestMixServerStateTimeConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 62159491496f36940a01970186ba7459 timeCreated: 1557818437 timeCreated: 1562249801 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/DailyQuestOpenTimeConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 54471f1f80d61ba44a39ae298c148ada timeCreated: 1557818435 timeCreated: 1562249798 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/DailyQuestSpecialOpenTimeConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: b247add0ece1e9f41a5a918b22119442 timeCreated: 1557818445 timeCreated: 1562249811 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/DamageNumConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: efdff7e87e9d7544587110295bec3cc7 timeCreated: 1557818452 timeCreated: 1562249823 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/DebugExWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: d763b57d4cfe6424da567c0e04d4f65a timeCreated: 1557818449 timeCreated: 1562249816 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/DebugUtilityWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 2e45bdc7ab1407847ac64c5843fb2d66 timeCreated: 1557818431 timeCreated: 1562249794 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/DelegatesGensBridge.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: a0b56727fd4fea343b550221deb3c6ae timeCreated: 1557818443 timeCreated: 1562249809 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/DemonJarConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 6d4d80b9be2133e4986f36070da50bf7 timeCreated: 1561454710 timeCreated: 1562249802 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/DemonRecommondPropertyConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 67d4f22b0ce35cb40871f1100845ba20 timeCreated: 1557818438 timeCreated: 1562249802 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/DeviceUtilityWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: e0394523015dcbc4cb0aa1d6508e44ae timeCreated: 1557818450 timeCreated: 1562249817 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/DialogConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 52914f2d23956fb4fb8ce7233e23ef95 timeCreated: 1557818435 timeCreated: 1562249798 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/DienstgradConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: af1de526a8fd5b2499278b036045f2b0 timeCreated: 1557818445 timeCreated: 1562249811 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/DirtyNameConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: f53b981959503db41a5281eca4dd4a8a timeCreated: 1557818453 timeCreated: 1562249824 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/DirtyWordConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: a81c1d1b8f7cbc9449deb40f8a8bac68 timeCreated: 1557818444 timeCreated: 1562249810 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/DogzConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: e18764c4c49dc0642a524a45e6fc1aed timeCreated: 1557818450 timeCreated: 1562249818 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/DogzEquipPlusConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 62f7be9f1475741479e2718856c3512d timeCreated: 1557818437 timeCreated: 1562249801 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/DownLoadAndDiscompressTaskWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 25216f7d198f0c6428ecd63731669f33 timeCreated: 1557818431 timeCreated: 1562249793 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/DungeonConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: abc4f355028809547a8492bfa8966321 timeCreated: 1557818444 timeCreated: 1562249810 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/DungeonHelpBattleConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 7b4a27134d3b7d44a8d1f86c3ab9de88 timeCreated: 1557818439 timeCreated: 1562249804 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/DungeonHintConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 66b84f41ec88bd04eaef5090d74a5a1f timeCreated: 1557818437 timeCreated: 1562249801 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/DungeonInspireConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: d6ea7a6ab9387824daad3f8a2d2e3332 timeCreated: 1557818449 timeCreated: 1562249816 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/DungeonMixServerStateTimeConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 963e66fe2ceea4f42a86d9b5997b5663 timeCreated: 1557818442 timeCreated: 1562249808 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/DungeonOpenTimeConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 0b138dc602d4195419140be34f989135 timeCreated: 1557818429 timeCreated: 1562249790 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/DungeonSpecialStateTimeConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: b7a8f18f3c28d6a47908c18e6eb8a135 timeCreated: 1557818446 timeCreated: 1562249812 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/DungeonStateTimeConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: ca2849002c0371248b75ecfc5d6cb20e timeCreated: 1557818448 timeCreated: 1562249815 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/DungeonUseBuffConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: c3547a1e879db0448b7b84d43b469c4c timeCreated: 1557818447 timeCreated: 1562249813 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/EffectConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: cf33fed6e724eaf42b9a221dabbb9d14 timeCreated: 1557818448 timeCreated: 1562249815 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/EffectMgrWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 5930687282c30cb4f93bce8f0809dad0 timeCreated: 1557818435 timeCreated: 1562249799 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/ElderGodAreaConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: cedf443fd17a350478615d4fdcb5a8eb timeCreated: 1557818448 timeCreated: 1562249815 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/EnumWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: f009f9a17f8be9f458171486c9202b79 timeCreated: 1557818452 timeCreated: 1562249823 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/EquationWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 066c9ab386907f94ab3903ef467f9ea7 timeCreated: 1557818428 timeCreated: 1562249790 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/EquipControlConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 33fafaf3a5f3af240874d85fcc4f2bb6 timeCreated: 1557818432 timeCreated: 1562249795 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/EquipDeComposeConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 88978a519b2f3e0498f091cdd6ef6fd6 timeCreated: 1557818441 timeCreated: 1562249806 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/EquipGSParamConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: f2dce4aa18fb0df46abbcc60767e739e timeCreated: 1557818452 timeCreated: 1562249824 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/EquipPlaceMapConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: c3066a8c2dd9db04e96c1b1014150758 timeCreated: 1557818447 timeCreated: 1562249813 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/EquipPlusEvolveConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 4c98fdc58ab5404499bc328a890eac64 timeCreated: 1557818434 timeCreated: 1562249798 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/EquipStarConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: c4e577b5348406a4ca9f4a3e346f3716 timeCreated: 1557818447 timeCreated: 1562249814 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/EquipSuitAttrConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 701d6a5a523acd8498372e96dc9872d0 timeCreated: 1557818438 timeCreated: 1562249803 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/EquipSuitConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 16f7a831bcefc2f4f822f42cc385b38f timeCreated: 1557818429 timeCreated: 1562249791 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/EquipSuitNameConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: b2eda73e37e999f4caf4087523208156 timeCreated: 1557818445 timeCreated: 1562249811 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/EquipWashConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 24b0947720f43344cb255890480f5538 timeCreated: 1557818431 timeCreated: 1562249793 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/EquipWashSpecConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: b7050791b1cd07d4596ab9b518433113 timeCreated: 1557904729 timeCreated: 1562249812 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/FaceConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 66e13450a88a81946ba57ec88a0adb2b timeCreated: 1557818437 timeCreated: 1562249802 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/FairyLeagueRankAwardConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: c2dc6996d96ef2a4c9f2e1587f66b142 timeCreated: 1560826911 timeCreated: 1562249813 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/FakeDungeonUtilityWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: dffdd9bd43dcec54683d7858b016c780 timeCreated: 1557818450 timeCreated: 1562249817 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/FamilyConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: e38af39b3b43ef14a87d19f1e5ea7d97 timeCreated: 1557818450 timeCreated: 1562249818 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/FamilyTechConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: c3864111b390be0468b4d37c87e78057 timeCreated: 1557818447 timeCreated: 1562249813 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/FashionDressCabinetConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 342ce7366b915fe498bff46fc82c77fa timeCreated: 1557818432 timeCreated: 1562249795 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/FashionDressConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 17aee771bd6425a4da800d67ab800515 timeCreated: 1557818429 timeCreated: 1562249791 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/FeatureNoticeModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: c7f69fe9f17f6a8479374e4ab0d2f66c timeCreated: 1557818447 timeCreated: 1562249814 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/FestivalRedpackTaskConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: f39912a40496a364eba678a2e960bc5b timeCreated: 1557818452 timeCreated: 1562249824 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/FightPowerParamConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 934669338be8ff047b5dca19b0e6ce82 timeCreated: 1559181853 timeCreated: 1562249807 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/FileExtersionWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 7d14bc2c53249264a97239cdcf10b003 timeCreated: 1557818440 timeCreated: 1562249805 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/FlyObjectManagerWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: f69eb24936d1a43478d5ea457bbd92fc timeCreated: 1557818453 timeCreated: 1562249825 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/FreeGoodsConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: a1b42b750ff4f1b4691d972d27a9ab57 timeCreated: 1557818443 timeCreated: 1562249809 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/FriendsModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 49e9440885ee43b4abe037e14930bced timeCreated: 1557818434 timeCreated: 1562249797 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/FuncConfigConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 8a9337258efd1d44f9fa48f649310faf timeCreated: 1557818441 timeCreated: 1562249806 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/FuncOpenLVConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 38e00f825311b414999632390859f883 timeCreated: 1557818433 timeCreated: 1562249795 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/FuncSwitchConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 5f9bd053668b2cb4ab4569ce88e45e0d timeCreated: 1557818436 timeCreated: 1562249800 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/FunctionForecastConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: d7b6c4e313e93434d9929b226aff9c5c timeCreated: 1557818449 timeCreated: 1562249816 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/GAMgrWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: d8b03b32564d6ea4d97cc8dc9758a545 timeCreated: 1557818449 timeCreated: 1562249817 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/GMCmdModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: ac1d1418bddb705498026c8e7c4db682 timeCreated: 1557818444 timeCreated: 1562249810 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/GMCommandWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: ecfa2569270eac5468c0720889ff4e7a timeCreated: 1557818451 timeCreated: 1562249823 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/GameNetSystemWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: c7db64a06c1063c449738fbe1dd9eeb1 timeCreated: 1557818447 timeCreated: 1562249814 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/GameObjectPoolManagerWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 8240591cdcb2bd94bae9aadfd4686a1e timeCreated: 1557818440 timeCreated: 1562249805 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/GatherSoulComposeConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 5b5fda82f460ce0488abdd60b8a5c394 timeCreated: 1557818436 timeCreated: 1562249799 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/GatherSoulConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 965603d409d46e745953e0dc9233a8c8 timeCreated: 1557818442 timeCreated: 1562249808 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/GatherSoulPropertyConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 8e087cb74b49f2c439526723282a55d4 timeCreated: 1557818441 timeCreated: 1562249806 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/GemItemConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 2157b338ccbdff24abb78f3c253ad800 timeCreated: 1557818431 timeCreated: 1562249793 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/GetItemWaysConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 19500ef3f8b0f754eb3432cbf76f5eab timeCreated: 1557818430 timeCreated: 1562249791 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/GlobalTimeEventWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: c6feee32634fd0e4e98f8930cbe8a3f4 timeCreated: 1557818447 timeCreated: 1562249814 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/GmCmdConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 6d718176ecd5dc14b87a4ef05d97af3a timeCreated: 1557818438 timeCreated: 1562249802 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/GodBeastModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: ee8e559e708430e4189950eeb07d05fc timeCreated: 1557818451 timeCreated: 1562249823 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/GodWeaponConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 1a24f8b733300bc4e8d7592e4dcdcde7 timeCreated: 1557818430 timeCreated: 1562249792 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/GodWeaponEffectConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 15b742fee249bc042b81210ec08d71ad timeCreated: 1557818429 timeCreated: 1562249791 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/GuardConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 9d97b342e7f2ef94888dbfbccc005af5 timeCreated: 1557818443 timeCreated: 1562249809 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/GuideConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 821378d722107204480c20983c80467a timeCreated: 1557818440 timeCreated: 1562249805 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/GuideDialogueModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 64132c03ef199ff4d85ba3e4e52d0292 timeCreated: 1557818437 timeCreated: 1562249801 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/GuideMessageModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 73887493514290546a7b6aa957f25271 timeCreated: 1557818439 timeCreated: 1562249803 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/HangUpSetModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 168fce468f2571a4d8f38ecd14c17d0a timeCreated: 1557818429 timeCreated: 1562249791 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/HazyRegionConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 9ad2bc0b02540c84d8a263b5795773f3 timeCreated: 1557818443 timeCreated: 1562249808 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/HeavenBattleModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 31e3e803811be714890b513a2f84fd7a timeCreated: 1557818432 timeCreated: 1562249794 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/HelpInfoConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: aafd162aa113dde448c023b73e691718 timeCreated: 1557818444 timeCreated: 1562249810 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/HolidayHomingConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: e18dd35822027c54aa5d963dba5beae7 timeCreated: 1557818450 timeCreated: 1562249818 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/HolidayHomingPointConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 0fe8d8c8408b3424180d3fb1c2fbd2c8 timeCreated: 1557818429 timeCreated: 1562249791 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/HorseClassWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: bf87757ba1033fd48bf5e7e744406290 timeCreated: 1557818447 timeCreated: 1562249813 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/HorseConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 6ffdf6deca4e9db43a68c05f8ee37e53 timeCreated: 1557818438 timeCreated: 1562249803 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/HorseUpConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: a3fec13ce56fc4a479eea4ea7ddd946c timeCreated: 1557818444 timeCreated: 1562249809 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/HowToPlayModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: feae217e8f1f1ae4bb0c8e4abb43ae19 timeCreated: 1557818454 timeCreated: 1562249826 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/HttpRequestWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: b2bbc86c4d07c834a82790da76220259 timeCreated: 1557818445 timeCreated: 1562249811 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/IceLodeStarAwardClassWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 9f97c28c957358d4986d31d40c4d0266 timeCreated: 1557818443 timeCreated: 1562249809 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/IceLodeStarAwardConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: d79eba1611949db449cc29339ab8c095 timeCreated: 1557818449 timeCreated: 1562249816 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/IconConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: d2635cc5f33c58d4f947a3828dd52157 timeCreated: 1557818448 timeCreated: 1562249815 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/ImageExWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 515afb4cd137ba444b73aac6a4b92909 timeCreated: 1557920329 timeCreated: 1562249798 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/InGameDownLoadWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: c92be5c8353a0074ab03f8042289fd9f timeCreated: 1557818447 timeCreated: 1562249814 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/InSevenDayModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 05eee8e7f3a7dd541802f349e1e5c6fc timeCreated: 1557818428 timeCreated: 1562249790 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/InSevenDaysConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: a35067c1889b18140bc8987b6b067f43 timeCreated: 1557818443 timeCreated: 1562249809 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/InstanceResourcesLoaderWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: c837255c4640a87449aaf0a3d0fe3b42 timeCreated: 1558770307 timeCreated: 1562249814 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/InvestConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 20a1118d17c448d4681e1acce3a343cb timeCreated: 1557818430 timeCreated: 1562249792 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/ItemCompoundConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: d0f81859284bb69448d9606022f16eb6 timeCreated: 1557818448 timeCreated: 1562249815 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/ItemConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 9a7ec13708152e7428d792e498b67354 timeCreated: 1557818443 timeCreated: 1562249808 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/ItemPlusConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: ed36d03ffb45a7642b262257762c2a32 timeCreated: 1557818451 timeCreated: 1562249823 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/ItemPlusMaxConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 4dbb21a8162e9634a945c87bb7928f94 timeCreated: 1557818435 timeCreated: 1562249798 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/ItemPlusSumAttrConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 46f893fa687dd3540a7ecd7255019c4f timeCreated: 1557818434 timeCreated: 1562249797 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/Item_ClassWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 3dedb05378ac5dd468d9b80542e3c598 timeCreated: 1557818433 timeCreated: 1562249796 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/JadeDynastyBossConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: cc6114384a8206a4194465d0cb0218dd timeCreated: 1557818448 timeCreated: 1562249815 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/JadeDynastyStoneAttrConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: fd3b8197335dd5c4bb7406666c478a34 timeCreated: 1557818453 timeCreated: 1562249825 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/JobNameConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 48d51eb82694db641bedb89943a0ba4c timeCreated: 1557818434 timeCreated: 1562249797 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/JobSetupConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 2a6b70218814de74fbd5dec370866e4a timeCreated: 1557818431 timeCreated: 1562249794 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/KickOutReasonConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 627bd4d37799bd14bb0e9a14ec7e55b6 timeCreated: 1557818437 timeCreated: 1562249801 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/KingTreasureConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 592cd446075bad144acdb5ea160d11bd timeCreated: 1557818435 timeCreated: 1562249799 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/KingTreasureItemConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 9f431002d9d0a2e42b6800c142c92aa4 timeCreated: 1557818443 timeCreated: 1562249809 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/KnapSackEventMgrWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 0a092fbcd917d4948aa7fde0d1c2d4f0 timeCreated: 1557818429 timeCreated: 1562249790 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/LVAawrdConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 832258cdb4b2d0546bc7246fde3a3e05 timeCreated: 1557818440 timeCreated: 1562249805 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/LanguageConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: f0a4dc63e09fcf841ac5d4fd99716dfc timeCreated: 1557818452 timeCreated: 1562249824 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/LanguageVerifyWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 5bda56259d55e394b861c4d910287693 timeCreated: 1557818436 timeCreated: 1562249799 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/LanguageWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 1e0bb01986a2fb649a89eeb400421a87 timeCreated: 1558775857 timeCreated: 1562249792 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/LaunchPostProcessWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 6e451be4e139d654181ce31ea23236aa timeCreated: 1557818438 timeCreated: 1562249802 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/LayerUtilityWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 02f4e74da3bf8144c88d505289838129 timeCreated: 1557818428 timeCreated: 1562249789 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/LegendPropertyConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: f3df5ab9e711b9d4f93ac131d5e506db timeCreated: 1557818452 timeCreated: 1562249824 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/LegendPropertyValueConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 4dfc1913e820ba64db462a16f1fd191a timeCreated: 1557818435 timeCreated: 1562249798 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/LimitedTimePackageItemClassModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: df90855880c7f0d409090ca0ba00b4b5 timeCreated: 1557818450 timeCreated: 1562249817 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/LoadingBackGroundConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 1a665f6fe4571b44bab6b881072b5138 timeCreated: 1557818430 timeCreated: 1562249792 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/LoadingFunctionConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 4a9de551e7d9f8d46a5a342875e4ed66 timeCreated: 1557818434 timeCreated: 1562249797 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/LoadingTipConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 1ac0df0f6cf86b2488ce12140af60db0 timeCreated: 1557818430 timeCreated: 1562249792 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/LoginAdConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 24026c5ac1964b049ade5109ad92025a timeCreated: 1557818431 timeCreated: 1562249793 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/LoginRewardConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 6c144c691fb4e7545b224fafaf48eccb timeCreated: 1557818438 timeCreated: 1562249802 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/LoginRewardModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 9961bbb5b6c424544b992bb37e77c5b8 timeCreated: 1557818443 timeCreated: 1562249808 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/LoginSeverListConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 6130f72a1f95a084a89f51d1b9c7b505 timeCreated: 1557818436 timeCreated: 1562249800 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/LuaBehaviourWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: c303090778d22d7448e3d9736cb4e3d8 timeCreated: 1557818447 timeCreated: 1562249813 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/LuaGameNetPackBaseWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 333249414882acb43b9e44454e680357 timeCreated: 1557818432 timeCreated: 1562249794 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/LuaGameNetSystemWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 4fbe10918b7ea9049824e4b5f8f966bb timeCreated: 1557818435 timeCreated: 1562249798 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/LuaOneLevelWindowWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: d1d754ddd3e83994c856e33461681954 timeCreated: 1561797223 timeCreated: 1562249815 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/LuaWindowUtilityWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 8c8468acc72958c47b63f4ae1361fc21 timeCreated: 1557818441 timeCreated: 1562249806 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/LuaWindowWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 70033881d291a414597e8579fb4a95a7 timeCreated: 1557818438 timeCreated: 1562249803 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/MailConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 866808508266eab41bd93894881491b9 timeCreated: 1557818441 timeCreated: 1562249805 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/MapConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: b86de2a55bd69e2498c8efaaef89ab8e timeCreated: 1557818446 timeCreated: 1562249812 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/MapData_10010ConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 08c9efcfc9d75eb4da2b912c6671add4 timeCreated: 1557904729 timeCreated: 1562249790 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/MapData_10080ConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 80657f51852bdfa4abdd90ffbb059953 timeCreated: 1557904729 timeCreated: 1562249805 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/MapData_10090ConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 9a5c6e35e581aa743bca6165ed55db7f timeCreated: 1557904729 timeCreated: 1562249808 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/MapData_10120ConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: b91305ac5b2434d49a8384016f450589 timeCreated: 1557904729 timeCreated: 1562249812 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/MapEventPointConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 654ee9dbd4d2a244889ac097647c6b46 timeCreated: 1557818437 timeCreated: 1562249801 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/MapResourcesConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 634dd4171159d894eb5f7df5218ac9a5 timeCreated: 1557818437 timeCreated: 1562249801 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/MapTransferUtilityWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: d8215f2db00d95d4697cb042ea5dc2c3 timeCreated: 1557818449 timeCreated: 1562249817 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/MapUiControlConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: b670589d1425d21409fa873541bce76f timeCreated: 1557818446 timeCreated: 1562249812 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/MaterialUtilityWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 43c4e9ffd94705142ae6a39ea89d7f17 timeCreated: 1557818434 timeCreated: 1562249796 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/ModelResConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: f67598325fe2f9e4eb6bb02c235aa201 timeCreated: 1557818453 timeCreated: 1562249825 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/ModelUtilityWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: bebeaaad9c28a1646b940c93c2d766bb timeCreated: 1557818446 timeCreated: 1562249813 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/MonsterNameColorConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: f4bf8aefbc212eb418d48960f357d549 timeCreated: 1557818453 timeCreated: 1562249824 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/MonsterRefreshPointConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 7ea2a75e5a3fde6449c228546f13aef4 timeCreated: 1557818440 timeCreated: 1562249805 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/NPCConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: bf31fdfaa080d9f4c9a91420803ead24 timeCreated: 1557818447 timeCreated: 1562249813 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/NPCDialogueConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 61004e7d2ade37842bdfdc0efe8ad8cc timeCreated: 1557818436 timeCreated: 1562249800 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/NPCDropItemConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: f38f507df81ee8f438bc1e5cd68bf998 timeCreated: 1557818452 timeCreated: 1562249824 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/NeedForWhiteModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 8ffb4ddc37a63bc49a8bfed251ef444d timeCreated: 1557818442 timeCreated: 1562249807 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/NewAllPeoplePartyAwardConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 198597c071d8df3488275e3b747fb15a timeCreated: 1557818430 timeCreated: 1562249791 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/NewAllPeoplePartyConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 75e431184922f5e4aac0096360037dae timeCreated: 1557818439 timeCreated: 1562249803 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/NewDropItemGroupConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 822d04ca1815ea34abfce3855df5678e timeCreated: 1560826910 timeCreated: 1562249805 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/NewGuideModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 5fc350ad482ea5b44bb696896fc4e690 timeCreated: 1557818436 timeCreated: 1562249800 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/NewUniquenessArriveConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: cc061e951de5e41459cd9349af8580a0 timeCreated: 1557818448 timeCreated: 1562249815 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/OSCBillRankAwardConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 70f3dde142f32e44885c6ba04ba2b606 timeCreated: 1557818439 timeCreated: 1562249803 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/OSCBillTagAwardConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: b43f376f7e2dee24792204e35fa4f9fe timeCreated: 1557818446 timeCreated: 1562249811 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/OSRedAchieveConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 8aefe90cc14c52749b6308443e4c3e97 timeCreated: 1557818441 timeCreated: 1562249806 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/OccupationNameConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 0f649cafca0364a4ebd1c202fcd40b6a timeCreated: 1557818429 timeCreated: 1562249791 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/OnlineAwardConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: e9e0d249e60533f4ba523bdbf6fe274e timeCreated: 1557818451 timeCreated: 1562249819 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/OpenServerActivityConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 4a8241f1628bb714780b4f668a53083f timeCreated: 1560860006 timeCreated: 1562249797 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/OperationLogCollectWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 5ee8865e22d67af42a7473f55f6fd534 timeCreated: 1557818436 timeCreated: 1562249800 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/OrderInfoConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 9ec8f0fc5067f0d4894017916e9d6f66 timeCreated: 1557818443 timeCreated: 1562249809 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/PackUnpack.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 40f11d1aeabefdc46bba4e3645644a76 timeCreated: 1557818433 timeCreated: 1562249796 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/PersonalBossConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 32f775e1f665c0446a96016fe5cd73c0 timeCreated: 1557818432 timeCreated: 1562249794 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/PetClassCostConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 4a5e1644a7ac1e14dbc6fa4f617cb5da timeCreated: 1557818434 timeCreated: 1562249797 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/PetEatEquipConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 396ad178fc9bdb644946b33034b52d63 timeCreated: 1557818433 timeCreated: 1562249795 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/PetInfoConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 54d92e02fadb9154e84edd83e44193ae timeCreated: 1557818435 timeCreated: 1562249799 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/PetReinforceModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 77cb69ee59aced84ab9d57e0a44ce3b9 timeCreated: 1557818439 timeCreated: 1562249804 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/PlayerDatasWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 117d9105067ba0241a338d437c5a4d47 timeCreated: 1557818429 timeCreated: 1562249791 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/PlayerDeadModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 1646b1c7ebd67d44481f63ba2f1ba54d timeCreated: 1557818429 timeCreated: 1562249791 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/PlayerLVConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 8a42d0507f23d6942830f9ceb7c31f9b timeCreated: 1557818441 timeCreated: 1562249806 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/PlayerPropertyConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: d31787553bcdaf94e95028dc051dedcf timeCreated: 1557818448 timeCreated: 1562249816 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/PreFightMissionWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: cfdf6c05e8e4722438d0a43325536a8f timeCreated: 1557818448 timeCreated: 1562249815 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/PrepareHandlerWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 0d5bd278dc2137741bc782219b78710b timeCreated: 1557818429 timeCreated: 1562249790 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/PriorBundleConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: d1b966bc798789a47a03269e6bb3a95b timeCreated: 1557818448 timeCreated: 1562249815 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/PriorLanguageConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 35e5c0a873b96754aad4bb0fa2fa3850 timeCreated: 1557818433 timeCreated: 1562249795 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/PrivateRemindWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 8bfadd938720da24f8753071d163ea30 timeCreated: 1557818441 timeCreated: 1562249806 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/PwdKeyboardWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 7436657a38f083f46a3aa142e316929d timeCreated: 1557818439 timeCreated: 1562249803 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/PyTaskConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: eae4255d079db404899522cd66f738a6 timeCreated: 1557818451 timeCreated: 1562249822 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/QuestionBankConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: d1fb54d7f1629bf49880f273ebac1ac6 timeCreated: 1557818448 timeCreated: 1562249815 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/QuickSettingWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: f389f5cf43b4c1744b6d86dda28f67f0 timeCreated: 1557818452 timeCreated: 1562249824 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/RandomNameConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: a5f902b90a699d244833a3a4ec864e2e timeCreated: 1557818444 timeCreated: 1562249810 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/RankListConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 4222c1b4797affd4fb896e5510e97377 timeCreated: 1557818433 timeCreated: 1562249796 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/RealmConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 01e3152094bd69c4386f2cd9058ff513 timeCreated: 1557818428 timeCreated: 1562249789 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/RealmPracticeConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 6710c26c5560a084289768c622773f24 timeCreated: 1557818438 timeCreated: 1562249802 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/RedPackConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 9336e751086fef44a8f2e9bc4ed03835 timeCreated: 1557818442 timeCreated: 1562249807 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/RefineStoveConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: a54368dad58b90844888615158ac9480 timeCreated: 1557818444 timeCreated: 1562249809 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/ReikiRootConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 6901354d5e7fd944db3e5941953fec7c timeCreated: 1557818438 timeCreated: 1562249802 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/ReikiRootEffectConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: f0338e923657fbe4ab823e3bc6b61e21 timeCreated: 1562228387 timeCreated: 1562249823 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/ResourcesBackConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 5a1b847030e99594bb81b0847d750da5 timeCreated: 1557818436 timeCreated: 1562249799 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/ResourcesPathWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: e92a6b081aee05b438569681dba35a9c timeCreated: 1557818451 timeCreated: 1562249819 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/RichTextMsgReplaceConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 8f9ddacfbb993224aa63a6c5f8e71912 timeCreated: 1557818442 timeCreated: 1562249806 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/RidingPetBossRewardConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 7c233df7b0fbdcd4ba8f47a520e1db21 timeCreated: 1560860006 timeCreated: 1562249804 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/RoleEquipStarsConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: bbde052e86f0072439a8a4b1ca7c8ea1 timeCreated: 1557818446 timeCreated: 1562249813 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/RoleResourceConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 1b4df68521d54164db6b7848fca66adb timeCreated: 1557818430 timeCreated: 1562249792 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/RoleStrongerConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 49a4cb2bb3647f64aa42a5df3ccf58ff timeCreated: 1557818434 timeCreated: 1562249797 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/RuleConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: f8022e3c9ef768442a3e92c41b9f6730 timeCreated: 1557818453 timeCreated: 1562249825 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/RunTimeExceptionUtilityWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 388d7789188ea094ebef1956022f4daf timeCreated: 1557818433 timeCreated: 1562249795 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/RuneComposeConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 70bc7f2f4c1814646acf6ebffb104557 timeCreated: 1557818439 timeCreated: 1562249803 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/RuneConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: eac59a3445b2ce9448531a91d01ea603 timeCreated: 1557818451 timeCreated: 1562249822 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/RuneTowerConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 9196b988c2e0bbc4698bad246227b783 timeCreated: 1557818442 timeCreated: 1562249807 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/RuneTowerFloorConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: e8526d750cb164d4aa81225a23b6a274 timeCreated: 1557818451 timeCreated: 1562249819 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SDKUtilityWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 8843f8c727baa1e4cb02afe3a9d6061d timeCreated: 1557818441 timeCreated: 1562249806 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SFXPlayUtilityWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: d46860da64feb064193f6a4aee052f55 timeCreated: 1557818449 timeCreated: 1562249816 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SceneReplaceConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: e619031e65738d0488284074ee91cdd4 timeCreated: 1557818451 timeCreated: 1562249818 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SceneShadowConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 48cef0979953da641814b0d92a6f8a60 timeCreated: 1557818434 timeCreated: 1562249797 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SelectEquipModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 413e41848a264594fb88a53c87bebbb4 timeCreated: 1557818433 timeCreated: 1562249796 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/ServerDataWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: e6efa9c5f224cd845bb7c5e37d30a9a1 timeCreated: 1559110034 timeCreated: 1562249818 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/ServerGroupWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: c3ee42413fe12e144b61d570259e02a9 timeCreated: 1559110034 timeCreated: 1562249814 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/ServerInfoCommonWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 488d77d92730c6242af699d46bab3259 timeCreated: 1559110034 timeCreated: 1562249797 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/ServerInfoPlayerWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 784b4d4b6e06a30479689ab3483b1145 timeCreated: 1559110034 timeCreated: 1562249804 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/ServerListCenterWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 92ab7056dc490a54fa04dbc0a1d32cb7 timeCreated: 1557818442 timeCreated: 1562249807 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SettingEffectMgrWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: e64bf687f119c3549adf2cb6190dbe30 timeCreated: 1557818451 timeCreated: 1562249818 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SettingMgrWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: d6fdefec40673bd4499a195becad1503 timeCreated: 1557818449 timeCreated: 1562249816 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SignInConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: cb55d3cd353a3874f9d7f2d2b266fe50 timeCreated: 1557818448 timeCreated: 1562249815 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SkillClassifingConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: e7bad9fbfb1757543aa1413d6c4814f5 timeCreated: 1557818451 timeCreated: 1562249818 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SkillConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 703ec24486561434ea79f1f4e4b45efb timeCreated: 1557818438 timeCreated: 1562249803 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SkillFrameAnimationConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 0eda63097b0f03741b37201282a6a7ce timeCreated: 1557818429 timeCreated: 1562249791 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SkillHelperWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: e601051f5f81b154ab1f6c19da0bd55c timeCreated: 1557818451 timeCreated: 1562249818 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SkyTowerConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: fb29e632e40689443b376249df67a392 timeCreated: 1557818453 timeCreated: 1562249825 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzGameWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: e0511ea7012a63946af27edadac3850e timeCreated: 1557818450 timeCreated: 1562249817 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIAccumulateRechargeModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 681cee69f922573428ec12cc7fb05963 timeCreated: 1557818438 timeCreated: 1562249802 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIAchievementModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 1fe5b87c7652f9549adac9a476ffb857 timeCreated: 1557818430 timeCreated: 1562249792 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIActivitiesPushModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 239b18a0ad238c14b8cbe3a730748eb3 timeCreated: 1557818431 timeCreated: 1562249793 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIActivityModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: b5328526fd6fc704ab0f222560be99bd timeCreated: 1557818446 timeCreated: 1562249811 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIAlchemyModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: f6eed066ac5975b4c9d267932e3df2d7 timeCreated: 1559012184 timeCreated: 1562249825 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIAllianceBossModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 71c3432ffabc9ab4c851a446e1e45082 timeCreated: 1557818439 timeCreated: 1562249803 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIAuctionNewGetShowModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 850792b4078e85d4eb194f6a1e5b123d timeCreated: 1557818440 timeCreated: 1562249805 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIAwardExchangeModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 5d912021f66a1064c8af578715bdb308 timeCreated: 1557818436 timeCreated: 1562249800 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIBatchUseModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: cbb58b0f3c7362d468c5343d5ed1785d timeCreated: 1557818448 timeCreated: 1562249815 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIBattleHintWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: f4c91f5ec14dfe145b4d1e4f60c6bb08 timeCreated: 1557818453 timeCreated: 1562249824 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIBetterEquipGetModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 9c808b923606adc44a213b03d5bff670 timeCreated: 1557818443 timeCreated: 1562249809 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIBossHomeModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 5e94510446318b84cb1ba20b6b7367e4 timeCreated: 1557818436 timeCreated: 1562249800 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIBossRebornModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 6911673b62bb23e40b5dd11f670e54e6 timeCreated: 1557818438 timeCreated: 1562249802 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIBossShowModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 7eb604e504a6267458a1b1b3b9988623 timeCreated: 1557818440 timeCreated: 1562249805 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIBoxGetItemModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 9ecae22675587384d9c3d5b9408b0f8b timeCreated: 1557818443 timeCreated: 1562249809 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIBuySuccessModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 9170ac4399f39ee42884ac2043ed439f timeCreated: 1557818442 timeCreated: 1562249807 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIChatBubbleModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 798e9c19585a55849ae503e266a9be78 timeCreated: 1557818439 timeCreated: 1562249804 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIChatCenterWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 8f1dfee09e50c7a4084f4dc0459d74b5 timeCreated: 1557818441 timeCreated: 1562249806 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIConfirmCancelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 0d6d760a1fceb7245aef870e88a95d00 timeCreated: 1557887671 timeCreated: 1562249791 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIConsumeRebateModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 801316549a66b354b9e32fe5ecc4357d timeCreated: 1557818440 timeCreated: 1562249805 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUICrossServerBossModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 8facb82477ba34f4fa26feb912eac0ab timeCreated: 1557818442 timeCreated: 1562249806 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUICrossServerLoginWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: e3977aafe97faab41bd06c8f7bbd387c timeCreated: 1557818450 timeCreated: 1562249818 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUICrossServerOneVsOneModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 287f2992ccb8c74419cbb26d17d3d040 timeCreated: 1557818431 timeCreated: 1562249793 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIDailyQuestActionTimerWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 193b62007aad6d5449f4403dfd240d8a timeCreated: 1557818430 timeCreated: 1562249791 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIDailyQuestModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: ae62cfdc8e15c2745a9e011e71cea13f timeCreated: 1557818445 timeCreated: 1562249810 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIDemonJarModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 5ce015d3b3478fe4c8fdb0b0ab740d16 timeCreated: 1560826909 timeCreated: 1562249800 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIDogzModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: b997fa8e6dc5e4947afe49fb39b90c1c timeCreated: 1557818446 timeCreated: 1562249812 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIDogzPackModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 875746a577587c248bdc638f475525c4 timeCreated: 1557818441 timeCreated: 1562249805 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIDungeonAssistModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 5c852603e300aee4dbfdfef95aa61a8e timeCreated: 1557818436 timeCreated: 1562249799 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIDungeonLiquidModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 0126758d81d77db4aa1b5b55e5fdc196 timeCreated: 1557818428 timeCreated: 1562249789 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIDungeonModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 29b651ba84b827a44a848efe6a26c09e timeCreated: 1557818431 timeCreated: 1562249794 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIDungeonNuwaModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: d423ed5e700042a4b8fc82ccad4a339e timeCreated: 1557818449 timeCreated: 1562249816 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIDungeonUseBuffModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 24d29d68af403bc478634c382e8d4e68 timeCreated: 1557818431 timeCreated: 1562249793 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIDungeonWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: e9e9201fe2debd04aae7b3678ee40f67 timeCreated: 1557818451 timeCreated: 1562249819 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIElderGodAreaModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 7b7ce78b8bc07fb4389718dde931b36f timeCreated: 1560826910 timeCreated: 1562249804 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIEquipGemModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 0d3ac4a74045b934483a7c975b9960e7 timeCreated: 1557818429 timeCreated: 1562249790 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIEquipModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 3fdfeb134104ba3498aa547c61deff40 timeCreated: 1557818433 timeCreated: 1562249796 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIEquipStarModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 1a91f93cb17d61c40b11957c3b816b1f timeCreated: 1557818430 timeCreated: 1562249792 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIEquipStrengthModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 8b1510031d8cd9d4a85e1aeb85a1a5b5 timeCreated: 1557818441 timeCreated: 1562249806 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIEquipTrainModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 7b3a31634e12bd440a1034c3c94b90ae timeCreated: 1557818439 timeCreated: 1562249804 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIExpertSkillSelectWinWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 3df689b32c9ce5d46979d60eaadc8372 timeCreated: 1561532428 timeCreated: 1562249796 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIFBHelpPointExchageModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 4ee7ea65373b8f4409f658a8a4ee66c3 timeCreated: 1557818435 timeCreated: 1562249798 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIFairyBossModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 3eff6569fd26da748b35f9c726e5a828 timeCreated: 1557818433 timeCreated: 1562249796 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIFairyFeastModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: be8d50f77163c474e87085de3f1b70d5 timeCreated: 1557818446 timeCreated: 1562249813 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIFairyLeagueModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: fe5a8b9aa02c28345a7d9cb46dcf2c35 timeCreated: 1557818454 timeCreated: 1562249826 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIFairyModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 3510cdc35ea9ceb4781a1dcf64b4ab25 timeCreated: 1557818432 timeCreated: 1562249795 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIFairylandCeremonyModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: da3e3f60a5427f341b75b2d1d691228f timeCreated: 1557818449 timeCreated: 1562249817 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIFashionDecomposeModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 1b6d04792efd33747bebe46912cd551a timeCreated: 1557818430 timeCreated: 1562249792 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIFashionDressModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 25ff8320136c5eb4b8b41658dbd6a903 timeCreated: 1557818431 timeCreated: 1562249793 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIFestivalRedpackModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: da6d3363c2b5f9942a1af9c701612ac6 timeCreated: 1557818450 timeCreated: 1562249817 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIFindPreciousModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 3342dde4d3c1ec44fb99925ef119575a timeCreated: 1557818432 timeCreated: 1562249795 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIFindPreciousTimerWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: adee8920867f52c47adc7ab18775e84d timeCreated: 1557818444 timeCreated: 1562249810 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIFirstTimeRechargeModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 3e4f778132bce0a4780e69de55c53505 timeCreated: 1557818433 timeCreated: 1562249796 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIFlashRushToBuyModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 33f46af93fd96f8429612a4774d3eea1 timeCreated: 1557818432 timeCreated: 1562249795 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIFlashSaleModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: c89b1a5e5f303cb4991eb853631107e1 timeCreated: 1557818447 timeCreated: 1562249814 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIFuncOpenWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 4a979060850187e418530605f59e1382 timeCreated: 1558777157 timeCreated: 1562249797 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIFuncSwitchModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 601e81b721c96fe4daf3a87502af29e2 timeCreated: 1557818436 timeCreated: 1562249800 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIFunctionButtonWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 6b9af212e186336419479133ebb42ef5 timeCreated: 1557818438 timeCreated: 1562249802 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIFunctionalGuideCenterWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 6ab099eff475bb8479540791069ac299 timeCreated: 1557818438 timeCreated: 1562249802 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIGMNotifyWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 49b616b581a0d0d45a1ccd78100b77c8 timeCreated: 1557818434 timeCreated: 1562249797 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIGatherSoulComposeModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: af7ad1f4610f163468d0ef98bd3e41d1 timeCreated: 1557818445 timeCreated: 1562249811 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIGatherSoulDungeonModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 4bb6ba11ec72d0c40a23cb3971cf2094 timeCreated: 1557818434 timeCreated: 1562249797 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIGatheringSoulModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 1ed75fdb9e6fc8a4fad586ab584d471c timeCreated: 1557818430 timeCreated: 1562249792 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIGroupDungeonChallengeProcessorWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: d5152b971824d0e4f867ddbbca00c0be timeCreated: 1557818449 timeCreated: 1562249816 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIGuardModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 9a91dc14fc7b01847a56b5a7c108e9f4 timeCreated: 1557818443 timeCreated: 1562249808 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIHappyXBModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 056902bfa5d6ab5489946f097409e6bd timeCreated: 1557818428 timeCreated: 1562249790 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIHazyDemonKingModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 53b1f08291f106f4db146218fa987d2e timeCreated: 1557818435 timeCreated: 1562249798 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIHazyGrassModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 8ee18c02cfa7fd743b3c5fa72f4dc838 timeCreated: 1557818441 timeCreated: 1562249806 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIHazyRegionModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: b888ffd5f0b3c444c9a6852504372975 timeCreated: 1557818446 timeCreated: 1562249812 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIHeavenBattleInfoWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: d9c60dd33524e4e46920d4d84d45b1bf timeCreated: 1557818449 timeCreated: 1562249817 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIILuaOpenServerActivityBridge.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: c2694160a31b4c74c804bee6cc8fdc75 timeCreated: 1560860007 timeCreated: 1562249813 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIIOpenServerActivityBridge.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 7b6222d4db884f54d9c77c390cb82b41 timeCreated: 1560827924 timeCreated: 1562249804 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIISkillMatchBridge.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 5517a714c786fea46ac88435af3c4d65 timeCreated: 1561536091 timeCreated: 1562249799 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIImpactRankModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: fc0eddeceedf5674382d911ab357881a timeCreated: 1557818453 timeCreated: 1562249825 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIItemBehaviourWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 97a6c0918cdc73b4b9374777b5fa0bad timeCreated: 1557818442 timeCreated: 1562249808 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIItemLogicUtilityWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: d434dae0c10a9754092983005bb1bf8f timeCreated: 1557818449 timeCreated: 1562249816 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIItemOperateUtilityWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: fa7ac9851eb489945859b99575782577 timeCreated: 1557818453 timeCreated: 1562249825 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIItemOverdueModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 488b4dfeb08cf6348acb8aaf5057d0b6 timeCreated: 1557818434 timeCreated: 1562249797 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIItemTipUtilityWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 955d10269405c4649a6d23bb069f5c6d timeCreated: 1557818442 timeCreated: 1562249807 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIItemTipsModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: f76d0b893337d1d40b232e21315faeeb timeCreated: 1557818453 timeCreated: 1562249825 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIItemUseModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 623f0677ac1751b4a868485897ebfe08 timeCreated: 1557818437 timeCreated: 1562249801 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIJadeDynastyBossModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 616fcc3468a518d44a9db93cbe4cef28 timeCreated: 1557818437 timeCreated: 1562249801 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIJadeDynastySkillModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: aaf543a659c2c984a9809b27100037e9 timeCreated: 1557818444 timeCreated: 1562249810 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIKingFairyModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 9aff79513b766d547bcfcdd5725ac77c timeCreated: 1557818443 timeCreated: 1562249808 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIKingTreasureShowModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: b6248d0dfa1fb2a43986ad2ad99f1b81 timeCreated: 1557818446 timeCreated: 1562249812 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIKnapsackTimeCDMgrWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 642127ab104febd4193bdbc5ceea06fa timeCreated: 1557818437 timeCreated: 1562249801 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUILevelGiftModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 37190fbfca4369a49b10d5e3259f93dd timeCreated: 1557818433 timeCreated: 1562249795 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUILoginAdModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: b18e1227d7548294483d670d7ac60a83 timeCreated: 1557818445 timeCreated: 1562249811 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUILoginModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 312f05addc8b6674c90e790d84f32ab5 timeCreated: 1557818432 timeCreated: 1562249794 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUILuckyTreasureModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: ebf7348e604d2d143b06340db94214d5 timeCreated: 1557818451 timeCreated: 1562249823 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIMagicianModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 537bb89ce2b047a4699d1cea51db63bb timeCreated: 1557818435 timeCreated: 1562249798 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIMainRedDotWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 27d24c7ec8f998940b0deceb325bed89 timeCreated: 1557818431 timeCreated: 1562249793 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIMapModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 7bb85fcc316791241a8b94959dd36ab5 timeCreated: 1557818439 timeCreated: 1562249804 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIModelCenterWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 0298a08b0ade4824a980b3821a9983e2 timeCreated: 1557818428 timeCreated: 1562249789 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIMultipleExpModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 01a6bdef676e5a845878d46f7228bb27 timeCreated: 1557818428 timeCreated: 1562249789 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIMultipleRealmPointModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: aa00ebdf77eb0834290ef0d22c2a7c11 timeCreated: 1557818444 timeCreated: 1562249810 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIMysticalPurchaseModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: decd3c980adf36a4889969bd4693c266 timeCreated: 1557818450 timeCreated: 1562249817 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUINewBieCenterWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: c4d9b1ff648956e4eb105467c1f0443b timeCreated: 1557818447 timeCreated: 1562249814 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUINewYearFairylandCeremonyModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: b00d7cf1e80b47642886f0067d8f47bc timeCreated: 1557818445 timeCreated: 1562249811 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIOSGiftModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 529173ec4d2effc4ca34703390d756ff timeCreated: 1557818435 timeCreated: 1562249798 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIOSRedEnvelopeModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: abdc342c78c83e94ca53d3132634a3d4 timeCreated: 1557818444 timeCreated: 1562249810 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIOSTimeLimitGiftModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: f604f0c1a1c1f0346938436151cf9670 timeCreated: 1557818453 timeCreated: 1562249825 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIOffLineOnHookModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 8c46b8b91bbaca14eb4802ee7220a2a3 timeCreated: 1557818441 timeCreated: 1562249806 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIOffLineTimeLackModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: a97048d7d33e27a4ca5ba2f1ecd4d25c timeCreated: 1557818444 timeCreated: 1562249810 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIOneLevelWinWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: ed30bee209eef9c479d5c61a4326b4cb timeCreated: 1561797223 timeCreated: 1562249823 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIOpenServerActivityCenterWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: ccb5e011688da324abd6ec418bba2ff6 timeCreated: 1557818448 timeCreated: 1562249815 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIOpenServerActivityNotifyModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 2a7f0061fc931fa4cb630a1904303b6b timeCreated: 1557818431 timeCreated: 1562249794 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIOperationTimeHeplerWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 967a62b63b4d6b44caaf717ffef804b0 timeCreated: 1557818442 timeCreated: 1562249808 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIOpponentInformationWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: efa2a5a505c59b146976fcd2832b848c timeCreated: 1557818452 timeCreated: 1562249823 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIOtherPlayerEquipModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: f12a6eb157b5665408e70d98f75f73a4 timeCreated: 1557818452 timeCreated: 1562249824 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIPKModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 310f569ac640ffc40a62089d87fd185b timeCreated: 1557818432 timeCreated: 1562249794 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIPackModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 44a79d6b36594754c8a1d7745278949d timeCreated: 1558770305 timeCreated: 1562249796 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIPersonalBossModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 38e638f46c8dfd14589d0f22e1bba676 timeCreated: 1560826909 timeCreated: 1562249795 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIPrayerModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 7975606186a8a8f4f87ccff9aeea9365 timeCreated: 1557818439 timeCreated: 1562249804 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIPreciousItemGetModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 3ad93ca1a2f55ab44a8e7b0e1cd4bcf2 timeCreated: 1557818433 timeCreated: 1562249795 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIRankModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 15cb1d063004a5840992b84e2c303fdb timeCreated: 1557818429 timeCreated: 1562249791 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIRealmBetterEquipModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: ca11d6ee1d8629c42b973cb98249b66e timeCreated: 1557818447 timeCreated: 1562249814 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIRedEnvelopeModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: afdb13c7556e6274e99bf6f428eb5896 timeCreated: 1557818445 timeCreated: 1562249811 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIRedpointCenterWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 05dea78b1ccd12b44966e4d200de6d42 timeCreated: 1557818428 timeCreated: 1562249790 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIRedpointWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 3a3f2a873b02c4245ac5a4f26c4f2b79 timeCreated: 1557818433 timeCreated: 1562249795 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIReikiRootModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 05d8065feaece0149b018ecd93a30271 timeCreated: 1557818428 timeCreated: 1562249790 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIResourcesBackModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: e15cf35b75333764ab5fab633148a729 timeCreated: 1557818450 timeCreated: 1562249818 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIRewardPreviewGroupWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 406f1387c9b11084c88e89dd852997f0 timeCreated: 1557818433 timeCreated: 1562249796 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIRidingAndPetActivationModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 53f68bd190805c143bf037104072d26a timeCreated: 1557818435 timeCreated: 1562249798 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIRidingPetBossModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 45d2004bacd0b384dbc818ca69065130 timeCreated: 1557818434 timeCreated: 1562249797 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIRoleModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: fa315a91712743446a574b98dde356e8 timeCreated: 1557818453 timeCreated: 1562249825 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIRoleParticularModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: af18faffa27745243b9b5713c593bcc7 timeCreated: 1557818445 timeCreated: 1562249810 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIRolePromoteModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 622ddb43baa2a8c41be78524753d9091 timeCreated: 1557818437 timeCreated: 1562249801 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIRuneComposeModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 0e9ae925e01863447b8567c9ed8f4124 timeCreated: 1557818429 timeCreated: 1562249791 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIRuneModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 291930f7586376141bb4309b743a7037 timeCreated: 1560826908 timeCreated: 1562249793 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIRuneResolveModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: f06e4fd577f7eb1449e53fc608fc8311 timeCreated: 1557818452 timeCreated: 1562249824 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIRuneTowerModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: aea5536eeb5b0784b928a35beac0c568 timeCreated: 1557818445 timeCreated: 1562249810 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUISetPrivateModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: e1257ef77c02c8f40a3822a1605590ba timeCreated: 1557818450 timeCreated: 1562249818 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUISignInModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 6961b9ac9ca92bc478cce738b87a91d9 timeCreated: 1557818438 timeCreated: 1562249802 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUISkillModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: ad307eae4dff81b43851b37bed89e9ba timeCreated: 1557818444 timeCreated: 1562249810 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUISkyTowerModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 651d82f12fc388740b68c3b62ccc5502 timeCreated: 1557818437 timeCreated: 1562249801 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUISpiritWeaponModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: e2fde836709fd3a438fbabb69885c412 timeCreated: 1561797223 timeCreated: 1562249818 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIStoryMissionsModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 1ac2dd55dee74fd439958b35a59d9274 timeCreated: 1557818430 timeCreated: 1562249792 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUITalentModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: f5bd5943ca34a1a409c976df91acd13e timeCreated: 1557818453 timeCreated: 1562249825 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUITaskAllocationWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 614777f31e5409a4797971c3248e8b47 timeCreated: 1557818436 timeCreated: 1562249800 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUITeamModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 2136e3d661b73f544b6aae789567ec30 timeCreated: 1557818430 timeCreated: 1562249792 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUITipPanelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: a3a8926bd38aba845bdbc0629caded96 timeCreated: 1557818443 timeCreated: 1562249809 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUITitleModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 5bdc0ac6442572048be3dbee785fb77d timeCreated: 1557818436 timeCreated: 1562249799 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUITreasureEffectModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 49ccd3201d82942469af2a2aedbafaaf timeCreated: 1557818434 timeCreated: 1562249797 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUITreasureFindHostModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 74fadd9d1022ef4448c00cef2bf22afa timeCreated: 1557818439 timeCreated: 1562249803 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUITreasureModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: f164c32d343064140a10d65c50fc963c timeCreated: 1557818452 timeCreated: 1562249824 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUITreasureSkillModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 7dde7042209be104888ca7babfc8eda9 timeCreated: 1557818440 timeCreated: 1562249805 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUITrialDungeonModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 615f4ce442b9e464b93e9ba8bda7b546 timeCreated: 1557818437 timeCreated: 1562249800 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIUI3DModelExhibitionWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 65ff240874f2aad409aec50afb831205 timeCreated: 1562245288 timeCreated: 1562249801 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIUIAlphaTweenWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 786c5b4e744350e4a93b3d09e651b229 timeCreated: 1557826961 timeCreated: 1562249804 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIVipInvestModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: f10d33dd834e22e46b0a0b62ff7a16e3 timeCreated: 1557818452 timeCreated: 1562249824 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIVipModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: d5575e21558f9b745828c9163aa7d8da timeCreated: 1557818449 timeCreated: 1562249816 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIVirtualPackModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: d0f4beb7e2cf83244a4ad12fb7a1ee7f timeCreated: 1557818448 timeCreated: 1562249815 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIWelfareCenterWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 0c555325c5d40b04d95b4eb2e2abc037 timeCreated: 1557818429 timeCreated: 1562249790 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIWheelOfFortuneModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: c4013b18a45ab374eb9d1ab4de5fa930 timeCreated: 1557818447 timeCreated: 1562249814 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIWindowCenterWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: cd420c96a2a274b44b4659ea1bb2353d timeCreated: 1557818448 timeCreated: 1562249815 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIWingsRedDotModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 4671ba8c9cec7204099a8bf5089ec1e4 timeCreated: 1557818434 timeCreated: 1562249797 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIWishingPoolModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 442fa5517e93a8141bbc0be736a8ed98 timeCreated: 1557818434 timeCreated: 1562249796 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIWorldBossModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: a54e5e7f4a54c6c48b12b6eeb142f193 timeCreated: 1557818444 timeCreated: 1562249809 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SpeechTranslateWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: f8bab45321446c743b57cb0248d62456 timeCreated: 1557818453 timeCreated: 1562249825 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SpiritWeaponConfigWrap.cs
@@ -21,7 +21,7 @@ { ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); System.Type type = typeof(SpiritWeaponConfig); Utils.BeginObjectRegister(type, L, translator, 0, 0, 8, 0); Utils.BeginObjectRegister(type, L, translator, 0, 0, 11, 0); @@ -33,15 +33,17 @@ Utils.RegisterFunc(L, Utils.GETTER_IDX, "AttrScore", _g_get_AttrScore); Utils.RegisterFunc(L, Utils.GETTER_IDX, "UpCostItem", _g_get_UpCostItem); Utils.RegisterFunc(L, Utils.GETTER_IDX, "NextItemID", _g_get_NextItemID); Utils.RegisterFunc(L, Utils.GETTER_IDX, "NPCID", _g_get_NPCID); Utils.RegisterFunc(L, Utils.GETTER_IDX, "Rotation", _g_get_Rotation); Utils.RegisterFunc(L, Utils.GETTER_IDX, "scale", _g_get_scale); Utils.EndObjectRegister(type, L, translator, null, null, null, null, null); Utils.BeginClassRegister(type, L, __CreateInstance, 7, 1, 0); Utils.RegisterFunc(L, Utils.CLS_IDX, "GetAllRelatedItems", _m_GetAllRelatedItems_xlua_st_); Utils.RegisterFunc(L, Utils.CLS_IDX, "Get", _m_Get_xlua_st_); Utils.BeginClassRegister(type, L, __CreateInstance, 6, 1, 0); Utils.RegisterFunc(L, Utils.CLS_IDX, "Get", _m_Get_xlua_st_); Utils.RegisterFunc(L, Utils.CLS_IDX, "GetKeys", _m_GetKeys_xlua_st_); Utils.RegisterFunc(L, Utils.CLS_IDX, "GetValues", _m_GetValues_xlua_st_); Utils.RegisterFunc(L, Utils.CLS_IDX, "Has", _m_Has_xlua_st_); @@ -94,32 +96,6 @@ [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] static int _m_GetAllRelatedItems_xlua_st_(RealStatePtr L) { try { ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); { System.Collections.Generic.HashSet<int> gen_ret = SpiritWeaponConfig.GetAllRelatedItems( ); translator.Push(L, gen_ret); return 1; } } catch(System.Exception gen_e) { return LuaAPI.luaL_error(L, "c# exception:" + gen_e); } } [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] static int _m_Get_xlua_st_(RealStatePtr L) @@ -419,6 +395,48 @@ return 1; } [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] static int _g_get_NPCID(RealStatePtr L) { try { ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); SpiritWeaponConfig gen_to_be_invoked = (SpiritWeaponConfig)translator.FastGetCSObj(L, 1); LuaAPI.xlua_pushinteger(L, gen_to_be_invoked.NPCID); } catch(System.Exception gen_e) { return LuaAPI.luaL_error(L, "c# exception:" + gen_e); } return 1; } [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] static int _g_get_Rotation(RealStatePtr L) { try { ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); SpiritWeaponConfig gen_to_be_invoked = (SpiritWeaponConfig)translator.FastGetCSObj(L, 1); translator.PushUnityEngineVector3(L, gen_to_be_invoked.Rotation); } catch(System.Exception gen_e) { return LuaAPI.luaL_error(L, "c# exception:" + gen_e); } return 1; } [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] static int _g_get_scale(RealStatePtr L) { try { ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); SpiritWeaponConfig gen_to_be_invoked = (SpiritWeaponConfig)translator.FastGetCSObj(L, 1); LuaAPI.lua_pushnumber(L, gen_to_be_invoked.scale); } catch(System.Exception gen_e) { return LuaAPI.luaL_error(L, "c# exception:" + gen_e); } return 1; } Lua/Gen/SpiritWeaponConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 95808932397ba624f8b9ca689d312962 timeCreated: 1561454710 timeCreated: 1562249808 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SpringFestivalModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: bb26036cd31484a4389c6558ba32b7b2 timeCreated: 1557818446 timeCreated: 1562249812 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/StageLoadWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 59d594c023a95e845b4c1cf2311ed7b1 timeCreated: 1559110034 timeCreated: 1562249799 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/StatusMgrWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 453eacef8d1aca54d94a552482bebc20 timeCreated: 1558494859 timeCreated: 1562249796 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/StoreConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 2badb6573528b62409bbb2501c9d6b66 timeCreated: 1557818431 timeCreated: 1562249794 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/StoreModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 97b5b4165472fb64fb74760f38e445ae timeCreated: 1557818443 timeCreated: 1562249808 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/StoryHintModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: d3cb4bbb1e2ddf343bd30ca673ef95ae timeCreated: 1557818449 timeCreated: 1562249816 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/StoryMissionsConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: d38260bd6f59320428819c0801b59176 timeCreated: 1557818449 timeCreated: 1562249816 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SuccessConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: e1ef04cc7f53cbc4497d104b202d4d0e timeCreated: 1557818450 timeCreated: 1562249818 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SuitEffectConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: b076e6c0870cd5849b8fd6fc3dddcf9b timeCreated: 1557818445 timeCreated: 1562249811 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SysInfoConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: a43bc820283f9c246a053438c0b40688 timeCreated: 1557818444 timeCreated: 1562249809 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SysNotifyMgrWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 5cc1febedd4cf97429304d27b3ee630d timeCreated: 1557818436 timeCreated: 1562249800 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SystemCollectionsGenericList1SystemInt32Wrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: bab66ba0624888143b4323edf77778c9 timeCreated: 1557818446 timeCreated: 1562249812 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SystemCollectionsIEnumeratorBridge.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 3c55caa9d8128314e865eca1ea3ba799 timeCreated: 1557818433 timeCreated: 1562249795 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SystemEnumWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: c8df481a59365ae4eb8754effd80414b timeCreated: 1558774269 timeCreated: 1562249814 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SystemObjectWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 1791e9a63cdc85f438e615d088e74481 timeCreated: 1557818429 timeCreated: 1562249791 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SystemSettingWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 2186c1549ffd18847a20878d5119f812 timeCreated: 1557818431 timeCreated: 1562249793 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/TASKINFOConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 32f7d76ca7418c4428779af37dc4b72d timeCreated: 1557818432 timeCreated: 1562249794 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/TaiChiModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 35a50df2d9cf5b940aff87033117fddb timeCreated: 1557818432 timeCreated: 1562249795 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/TalentConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 42bd3719596a47b4289d25bb5eec9614 timeCreated: 1557818434 timeCreated: 1562249796 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/TaskFeedbackConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: df00003ad48da294b819baaca3211744 timeCreated: 1557887672 timeCreated: 1562249817 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/TaskFeedbackFuncConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 14aade9e4d7a9de48bb87c22d90dc919 timeCreated: 1558770305 timeCreated: 1562249791 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/TaskListConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: fe3eb89f2d722fb4698961f8a3b034ac timeCreated: 1557818454 timeCreated: 1562249826 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/TaskPowerConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 9368d76aa9f241a46a10e18f433a799b timeCreated: 1557818442 timeCreated: 1562249807 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/TeamTargetConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: b54cb16b0aeabfa429e5a6b8dbe59a9e timeCreated: 1557818446 timeCreated: 1562249812 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/TimeDownMgrWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: b2129d16889738b4d9dd9bbd250a4019 timeCreated: 1557818445 timeCreated: 1562249811 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/TimeMgrWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 6d82bd758d52b8a42a3586dfdc83a5ec timeCreated: 1557818438 timeCreated: 1562249802 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/TimeUtilityWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: e8a22d383a94e9f42920d78e3ec385a4 timeCreated: 1557818451 timeCreated: 1562249819 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/TransformExtensionWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 8eb8178240a1ed94dbcd7c5cce58e7ea timeCreated: 1557818441 timeCreated: 1562249806 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/TreasureChapterConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: c425712b8d4f2a341bfac8ccca5b2345 timeCreated: 1557818447 timeCreated: 1562249814 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/TreasureConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 0c05f4ad307782e458203945bfec6a06 timeCreated: 1557818429 timeCreated: 1562249790 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/TreasureDungeonConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: e9d378a3874ecb3418140ecb7574b75c timeCreated: 1557818451 timeCreated: 1562249819 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/TreasureFindHostConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 21ce152aef2c16949a6ae5d7b9dfc9fb timeCreated: 1557818431 timeCreated: 1562249793 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/TreasurePrivilegeConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 1b6643da61bb30d4c8c8e252c2912c49 timeCreated: 1557818430 timeCreated: 1562249792 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/TreasureSkillConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 3467c7de4f5539b40bc6e61c721aa4ad timeCreated: 1557818432 timeCreated: 1562249795 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/TreasureUpConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 2a67442ece986d6439e29e8710910195 timeCreated: 1557818431 timeCreated: 1562249794 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/TrialRewardsConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 3f8c683ef7796764084110db0d27c9de timeCreated: 1557818433 timeCreated: 1562249796 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UIDragDropBehaviourWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: d0ec169366a331b44b357149168da8f0 timeCreated: 1561517335 timeCreated: 1562249815 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UIEffectWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: affd44f8c2e352f42be207e2e5051a6e timeCreated: 1557818445 timeCreated: 1562249811 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UIHelperWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 2f81610e93c8c4846a34596dbaba11de timeCreated: 1557818432 timeCreated: 1562249794 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UILoaderWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 9c0245aa91575c44490d83eeac4ad811 timeCreated: 1557818443 timeCreated: 1562249809 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UIUtilityWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 778993bee82df214e84c2af4fd47c616 timeCreated: 1557818439 timeCreated: 1562249804 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnionLivenConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 8fe2518d243d3874890d6d6a46229339 timeCreated: 1557818442 timeCreated: 1562249807 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnionTaskModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 75876a581a5d0d04e96d5fe2cda47107 timeCreated: 1557818439 timeCreated: 1562249803 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UniquenessArriveConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: b159285647e71524aa70dd19ff8317fc timeCreated: 1557818445 timeCreated: 1562249811 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineAnimationClipWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: be33d9be5c90b37438af8a91fc1eb012 timeCreated: 1557818446 timeCreated: 1562249813 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineAnimationCurveWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 069a76f21770c7142bd4465600c77646 timeCreated: 1557818428 timeCreated: 1562249790 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineBehaviourWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 60ab55a0f83d2ab418cfbf1c17629242 timeCreated: 1557818436 timeCreated: 1562249800 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineBoundsWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: d6130596e9bf961438a551690f0ee436 timeCreated: 1557818449 timeCreated: 1562249816 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineColorWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: ab4116dad10024f488a2aeae64f301a9 timeCreated: 1557818444 timeCreated: 1562249810 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineComponentWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 040db64870f7fbb40bf8fe2d452ff0a7 timeCreated: 1557818428 timeCreated: 1562249790 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineDebugWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 616f033154b81dd4a9a943a954544267 timeCreated: 1557818437 timeCreated: 1562249800 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineGameObjectWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 01f53d0a33d007549980bae99f9e8e9b timeCreated: 1557818428 timeCreated: 1562249789 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineInputWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: a44539c4d58984846adff9d460c1d9fe timeCreated: 1561519921 timeCreated: 1562249809 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineKeyframeWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 1fc50f9906de201438eae122dd2de219 timeCreated: 1557818430 timeCreated: 1562249792 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineLightWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: ad01ed2ed4879ee48a47e19513385119 timeCreated: 1557818444 timeCreated: 1562249810 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineMathfWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: c38f964b619619a4890e9dde028c01f1 timeCreated: 1557818447 timeCreated: 1562249813 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineMonoBehaviourWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: f52c0b1bd8c23664888242d6a0ae49d9 timeCreated: 1557818453 timeCreated: 1562249824 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineObjectWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: b5f3040d1eafa74499dae1ead9133b84 timeCreated: 1557818446 timeCreated: 1562249812 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineParticleSystemWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 189510678672bde44a25a93f0c0a7bea timeCreated: 1557818430 timeCreated: 1562249791 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineQuaternionWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 09afc233c3f59354692814184c43eb76 timeCreated: 1557818428 timeCreated: 1562249790 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineRay2DWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 6179e81c05f62f4419a33a9499aa5d63 timeCreated: 1557818437 timeCreated: 1562249801 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineRayWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 57dfc627180a24641b78d3e5d22b1d73 timeCreated: 1557818435 timeCreated: 1562249799 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineRectTransformUtilityWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 53162ab8f16a8bf44a000ebdacaee546 timeCreated: 1561519921 timeCreated: 1562249798 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineRendererWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 035a96a01f345154ebc0be323a82791d timeCreated: 1557818428 timeCreated: 1562249790 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineResourcesWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 7bfb52b8f85bd3e459c94c1ff11071e3 timeCreated: 1557818440 timeCreated: 1562249804 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineSkinnedMeshRendererWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 9c5354e09f9e03e42ba52eee1d61703f timeCreated: 1557818443 timeCreated: 1562249809 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineTextAssetWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 349290926ce23a24dbe4bf9e8537ebc4 timeCreated: 1557818432 timeCreated: 1562249795 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineTimeWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 6eeeb58389e66c04abc55e24931a5201 timeCreated: 1557818438 timeCreated: 1562249803 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineTransformWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 7cc29d2eccdd9654c85fc94a46378793 timeCreated: 1557818440 timeCreated: 1562249804 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineUIButtonWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: e7a296d33961cf742be7de5736d9aa5d timeCreated: 1557818451 timeCreated: 1562249818 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineUIImageWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: dcf2c8b17d7c4764998d8414c785e9ef timeCreated: 1557818450 timeCreated: 1562249817 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineUIInputFieldWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 80981f38e69a6fe4d95e3dbef888cc6e timeCreated: 1557904729 timeCreated: 1562249805 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineUIRawImageWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: f0c8b6aae72a71944b0feb8aed8ce5f0 timeCreated: 1557904730 timeCreated: 1562249824 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineUIScrollRectWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 1ce151bb667454547a1f4c5299d4f1d0 timeCreated: 1557904729 timeCreated: 1562249792 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineUITextWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 90599ab274d61a04f84334ca5a637539 timeCreated: 1557818442 timeCreated: 1562249807 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineVector2Wrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: cfe3a0d72a0c53c4c8fd54c86f376bfc timeCreated: 1557818448 timeCreated: 1562249815 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineVector3Wrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 89f244e48d4aa7e49b4ca0e85632bdd7 timeCreated: 1557818441 timeCreated: 1562249806 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineVector4Wrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: bb236afdfd59fe54d9acedada2a1c88a timeCreated: 1557818446 timeCreated: 1562249812 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineWWWWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 59648d12a699f2242a590debe68191de timeCreated: 1557818435 timeCreated: 1562249799 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/VIPAwardConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 0688fd0c8260fa545b8a7f11dc005ce1 timeCreated: 1557818428 timeCreated: 1562249790 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/VIPKillNPCConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 30d7adf784c889648b6ab6289da89df8 timeCreated: 1557818432 timeCreated: 1562249794 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/VersionConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 93535aa485112b940a4e2904505a0210 timeCreated: 1559110034 timeCreated: 1562249807 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/VersionUtilityWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 8458f0429d53cd842be1a38654f972f3 timeCreated: 1557818440 timeCreated: 1562249805 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/ViewRoleFuncConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 2f77c7b6897575042985186f87a41613 timeCreated: 1557818432 timeCreated: 1562249794 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/VipPrivilegeConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 741d589f541de9a4eac44d6e7c2c2532 timeCreated: 1557818439 timeCreated: 1562249803 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/VipPrivilegeInfoConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 76028a8db2fe77940ae7234b2e6c5df5 timeCreated: 1560826909 timeCreated: 1562249804 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/VoiceHttpRequestWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 4e2cfa2e7a9ba664db7fc40d93c67c8c timeCreated: 1557818435 timeCreated: 1562249798 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/WHYJRewardConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 25d77e7db52931f4aa0054aebdccba72 timeCreated: 1557818431 timeCreated: 1562249793 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/WashLevelMaxConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 9384cb34198ae704ab4ae0d81b9d0f22 timeCreated: 1557818442 timeCreated: 1562249807 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/WeatherConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 51b563959f8abe84d822533362339086 timeCreated: 1557818435 timeCreated: 1562249798 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/WeekPartyConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 20b32472c91d9434e851355d9969c6f4 timeCreated: 1557818430 timeCreated: 1562249792 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/WeekPartyPointConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 3c7654247e2122948ba4cd9df9acf242 timeCreated: 1557818433 timeCreated: 1562249796 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/WindowJumpMgrWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 68bc00126159b12408beda121bcbfa5a timeCreated: 1562147310 timeCreated: 1562249802 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/WindowSearchConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 3d1a0b19b16da064ca26f4ce7e5a43e6 timeCreated: 1557818433 timeCreated: 1562249796 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/WingRefineAttrConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: c1fdc52b5e78c8e43b3f33290c11c8ea timeCreated: 1557818447 timeCreated: 1562249813 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/WingRefineExpConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 8422aa30636905743ba138c9cb3fa744 timeCreated: 1557818440 timeCreated: 1562249805 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/WorldBossConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 585427ee754b0e5468263690468b3364 timeCreated: 1557818435 timeCreated: 1562249799 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/WorldMapSkipWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: f04ec22123fdd5046864f8f0e10f0efd timeCreated: 1557818452 timeCreated: 1562249823 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/WrapPusher.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: c6964924fe14ea64ab4572f6149380b9 timeCreated: 1557818447 timeCreated: 1562249814 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/XBGetItemConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 5cb282c4c56c8ae498d617acbe6be5d1 timeCreated: 1557818436 timeCreated: 1562249800 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/XLuaGenAutoRegister.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: ff2dde43802d1d14795873c131842a1e timeCreated: 1557818454 timeCreated: 1562249826 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/XMZZAchievementConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 638e5cebc1a330b4d9afe1bae065886c timeCreated: 1557818437 timeCreated: 1562249801 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/bossSkillTipsConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 7648f4b6dd8401742929fd72e16d362e timeCreated: 1557818439 timeCreated: 1562249804 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/link.xml.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 9bc9d85830abbcc4eaa98fa571c8663b timeCreated: 1557818454 timeCreated: 1562249826 licenseType: Pro TextScriptImporter: userData: Lua/Gen/mapAreaConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 4d677033e317c0e4f8dbdce9e8d10842 timeCreated: 1557818434 timeCreated: 1562249798 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/mapbornConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: fd8839abfe8074e478bc402d77f52c57 timeCreated: 1557818454 timeCreated: 1562249826 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/mapnpcConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 4978a193f1412624c8fa63c3f521fdad timeCreated: 1557818434 timeCreated: 1562249797 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/maptransportConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: ef7d5ea55f5a5084d8d70d2b5c14ea91 timeCreated: 1557818452 timeCreated: 1562249823 licenseType: Pro MonoImporter: serializedVersion: 2