Core/GameEngine/DataToCtl/PackageRegedit.cs
@@ -395,6 +395,8 @@ Register(typeof(HAA1A_tagMCActWishingWellPlayerInfo), typeof(DTCAA1A_tagMCActWishingWellPlayerInfo)); Register(typeof(HAA1B_tagMCActWishingDragResult), typeof(DTCAA1B_tagMCActWishingDragResult)); Register(typeof(HB204_tagMCIceLodeInfo), typeof(DTCB204_tagMCIceLodeInfo)); Register(typeof(HB204_tagMCIceLodeInfo), typeof(DTCB204_tagMCIceLodeInfo)); Register(typeof(HA806_tagMCMysticalShopTimeInfo), typeof(DTCA806_tagMCMysticalShopTimeInfo)); } private static void Register(Type _pack, Type _business) Core/NetworkPackage/DTCFile/ServerPack/HA8_Item/DTCA806_tagMCMysticalShopTimeInfo.cs
New file @@ -0,0 +1,21 @@ using UnityEngine; using System.Collections; using Snxxz.UI; // A8 06 通知神秘限购商品时间 #tagMCMysticalShopTimeInfo public class DTCA806_tagMCMysticalShopTimeInfo : DtcBasic { MysticalPurchaseModel purchaseModel { get { return ModelCenter.Instance.GetModel<MysticalPurchaseModel>(); } } public override void Done(GameNetPackBasic vNetPack) { base.Done(vNetPack); HA806_tagMCMysticalShopTimeInfo vNetData = vNetPack as HA806_tagMCMysticalShopTimeInfo; purchaseModel.UpdateMysticalShopInfo(vNetData); } } Core/NetworkPackage/DTCFile/ServerPack/HA8_Item/DTCA806_tagMCMysticalShopTimeInfo.cs.meta
File was renamed from System/OpenServerActivity/OperationMysticalPurchase.cs.meta @@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 7221a4f58ebdf3644aae88456e0e2f31 timeCreated: 1542336331 guid: 46a0bcdde60fdd348a6fb44ece571f5b timeCreated: 1542765370 licenseType: Pro MonoImporter: serializedVersion: 2 Core/NetworkPackage/ServerPack/HA8_Item/HA806_tagMCMysticalShopTimeInfo.cs
New file @@ -0,0 +1,55 @@ using UnityEngine; using System.Collections; // A8 06 通知神秘限购商品时间 #tagMCMysticalShopTimeInfo public class HA806_tagMCMysticalShopTimeInfo : GameNetPackBasic { public ushort Count; // 商品数 public tagMCMysticalShopTime[] ShopTimeList; // 商品开卖信息 public HA806_tagMCMysticalShopTimeInfo () { _cmd = (ushort)0xA806; } public override void ReadFromBytes (byte[] vBytes) { TransBytes (out Count, vBytes, NetDataType.WORD); ShopTimeList = new tagMCMysticalShopTime[Count]; for (int i = 0; i < Count; i ++) { ShopTimeList[i] = new tagMCMysticalShopTime(); TransBytes (out ShopTimeList[i].GoodsID, vBytes, NetDataType.DWORD); TransBytes (out ShopTimeList[i].StartTime, vBytes, NetDataType.DWORD); } } public struct tagMCMysticalShopTime { public uint GoodsID; // 商品ID public uint StartTime; // 开卖时间 } } Core/NetworkPackage/ServerPack/HA8_Item/HA806_tagMCMysticalShopTimeInfo.cs.metacopy from System/OpenServerActivity/OperationMysticalPurchase.cs.meta copy to Core/NetworkPackage/ServerPack/HA8_Item/HA806_tagMCMysticalShopTimeInfo.cs.meta
File was copied from System/OpenServerActivity/OperationMysticalPurchase.cs.meta @@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 7221a4f58ebdf3644aae88456e0e2f31 timeCreated: 1542336331 guid: e976678d6e41e284c80f9de7005911e9 timeCreated: 1542765370 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/AnyCountDownUtilityWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 9bca4d2d0a75eb8419f3ab24934c8c04 timeCreated: 1542787891 guid: 366ef616cf2798c4db442a16e1431ee4 timeCreated: 1542789674 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/AssetBundleUtilityWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 495eacb1a3d0b034ca51e508cbb19f7c timeCreated: 1542787887 guid: f9502491d5407e947b6353c15dc1588c timeCreated: 1542789684 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/AssetPreLoadWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 2065c4c9bc3ffd14d98966c6b1315d52 timeCreated: 1542787884 guid: 575c508f17509084599574c537caaea3 timeCreated: 1542789676 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/AssetSourceWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 1fb79188382b2014b939fda5d368683c timeCreated: 1542787884 guid: 1052d29a5ac367140af65e0ab05e34fe timeCreated: 1542789672 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/AssetVersionUtilityWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 915ce2164d3dc4247bda481de7cdb92e timeCreated: 1542787891 guid: ed7a78ecdf6443a408a4cfddd15b1a2b timeCreated: 1542789683 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/BattleEffectPlayRuleWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: c36929f636896944082d25b04000a86a timeCreated: 1542787893 guid: 7367406c7d706a049ac48703baaf9f28 timeCreated: 1542789677 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/BlastFurnaceModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 1661af4903f11f84491a15cc007044fb timeCreated: 1542787884 guid: 903c8091fd11a4c4f8ebec1dda3e21c9 timeCreated: 1542789679 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/BossFakeLineUtilityWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: aae8e2eebd63da44eb36909b916a0016 timeCreated: 1542787892 guid: 2853dbf742661134c85ca228df893351 timeCreated: 1542789673 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/ButtonExWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 762acc8a4e53b704dbda04c1ac741fce timeCreated: 1542787889 guid: 85efaee8cda3b4a4296558d4a1324604 timeCreated: 1542789678 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/BuyItemPopModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 7875680f266c4b446a1f5349e642712a timeCreated: 1542787889 guid: b8a0a9d0f3042574cb864dbe49c409ff timeCreated: 1542789681 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/CapacityDelayModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 148477a4bd09bb7479dfc5e4fd5dcc3a timeCreated: 1542787883 guid: 742ba637d1995814289a525960538a5e timeCreated: 1542789677 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/ChatSettingWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: c713126d3deaa364b8d674f4ed209115 timeCreated: 1542787893 guid: 65ba713f20de65b49ad7d5ad35a285b8 timeCreated: 1542789676 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/CoinTaskTipModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: f0ca42c20a8592449944fc9e9098ca70 timeCreated: 1542787895 guid: e67d2566b86a54840bd1e2741653bd5a timeCreated: 1542789683 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/ComponentExtersionWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: be22e0f1bc74cb4428f4ce5929acf361 timeCreated: 1542787893 guid: 2b64a4df45954f646a1dd57f9d36d706 timeCreated: 1542789673 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/ComposeWinModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 5f3d3090981c7434ebc2638fe4e05dd8 timeCreated: 1542787888 guid: 720623b7498f49b43afcae0922e43101 timeCreated: 1542789677 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/ConfigUtilWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: f36141a7436e3d74080ad0203aea4a14 timeCreated: 1542787895 guid: 2f272517dccc3784ea7d5c8c5264ac31 timeCreated: 1542789673 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/ConfigWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 5afd2202ba09de342b55c548105fde28 timeCreated: 1542787888 guid: 5594336958101ed4fb3cc3c7a3675511 timeCreated: 1542789676 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/CoroutineMgrWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 5658f5508f62eee499f11fbc6277d61d timeCreated: 1542787887 guid: e75b5ad272c6d1f4889f4a60e014f759 timeCreated: 1542789683 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/DebugExWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 2c241f6980d7e24428358d9062fefaa4 timeCreated: 1542787885 guid: 57eea5bf27d44c44a836bd30700f4c90 timeCreated: 1542789676 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/DebugUtilityWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 89a09c8cfe70d214790770dc4f3a1bcb timeCreated: 1542787890 guid: 9a322da19987dbc4fa65ded8f50eba20 timeCreated: 1542789679 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/DelegatesGensBridge.cs
@@ -306,77 +306,7 @@ #endif } public void __Gen_Delegate_Imp13(object p0, PlayerDataRefresh p1) { #if THREAD_SAFE || HOTFIX_ENABLE lock (luaEnv.luaEnvLock) { #endif RealStatePtr L = luaEnv.rawL; int errFunc = LuaAPI.pcall_prepare(L, errorFuncRef, luaReference); ObjectTranslator translator = luaEnv.translator; translator.PushAny(L, p0); translator.Push(L, p1); PCall(L, 2, 0, errFunc); LuaAPI.lua_settop(L, errFunc - 1); #if THREAD_SAFE || HOTFIX_ENABLE } #endif } public void __Gen_Delegate_Imp14(object p0, Snxxz.UI.Operation p1) { #if THREAD_SAFE || HOTFIX_ENABLE lock (luaEnv.luaEnvLock) { #endif RealStatePtr L = luaEnv.rawL; int errFunc = LuaAPI.pcall_prepare(L, errorFuncRef, luaReference); ObjectTranslator translator = luaEnv.translator; translator.PushAny(L, p0); translator.Push(L, p1); PCall(L, 2, 0, errFunc); LuaAPI.lua_settop(L, errFunc - 1); #if THREAD_SAFE || HOTFIX_ENABLE } #endif } public void __Gen_Delegate_Imp15(object p0, Snxxz.UI.Operation p1, int p2) { #if THREAD_SAFE || HOTFIX_ENABLE lock (luaEnv.luaEnvLock) { #endif RealStatePtr L = luaEnv.rawL; int errFunc = LuaAPI.pcall_prepare(L, errorFuncRef, luaReference); ObjectTranslator translator = luaEnv.translator; translator.PushAny(L, p0); translator.Push(L, p1); LuaAPI.xlua_pushinteger(L, p2); PCall(L, 3, 0, errFunc); LuaAPI.lua_settop(L, errFunc - 1); #if THREAD_SAFE || HOTFIX_ENABLE } #endif } public Snxxz.UI.TestModel __Gen_Delegate_Imp16(object p0) public Snxxz.UI.TestModel __Gen_Delegate_Imp13(object p0) { #if THREAD_SAFE || HOTFIX_ENABLE lock (luaEnv.luaEnvLock) @@ -398,7 +328,7 @@ #endif } public void __Gen_Delegate_Imp17(object p0, object p1) public void __Gen_Delegate_Imp14(object p0, object p1) { #if THREAD_SAFE || HOTFIX_ENABLE lock (luaEnv.luaEnvLock) @@ -421,7 +351,7 @@ #endif } public bool __Gen_Delegate_Imp18(object p0, out int p1) public bool __Gen_Delegate_Imp15(object p0, out int p1) { #if THREAD_SAFE || HOTFIX_ENABLE lock (luaEnv.luaEnvLock) @@ -444,7 +374,7 @@ #endif } public void __Gen_Delegate_Imp19(object p0, int p1) public void __Gen_Delegate_Imp16(object p0, int p1) { #if THREAD_SAFE || HOTFIX_ENABLE lock (luaEnv.luaEnvLock) Lua/Gen/DelegatesGensBridge.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 377fded8435dd8746bb3747a802898e6 timeCreated: 1542787886 guid: 38127c1aba2f2f84180f8641b5485b6d timeCreated: 1542789674 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/DeviceUtilityWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: cd1bc873e036ef5468e0878b489d9a5f timeCreated: 1542787893 guid: 9a293067c341ace46a9ad6875b463be6 timeCreated: 1542789679 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/DownLoadAndDiscompressTaskWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: bc3a6ac4d8396354f87c1369443b6077 timeCreated: 1542787893 guid: 6a988e256acba494eadcc20a3999d360 timeCreated: 1542789677 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/EffectMgrWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: cafb51f174b100744b14bcf040441103 timeCreated: 1542787893 guid: bfe0ba41c73fa5d4899da5f0a81086f6 timeCreated: 1542789681 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/EnumWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: a0deb8c657491eb4691422a6a158aba6 timeCreated: 1542787891 guid: 6e78a5286980d6a4387dbc681c8ce8f4 timeCreated: 1542789677 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/EquationWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: ffb294ffef916234b8b3cdbf221b76af timeCreated: 1542787896 guid: 67758631677f240498cb4e8869b58e5a timeCreated: 1542789677 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/EquipReinforceModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: a07bc071dfe73f94e938d6cda9b87bcc timeCreated: 1542787891 guid: d954292965128ac4b8ad86c0789b2621 timeCreated: 1542789682 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/EquipWashModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 623e9c148cedfda4ababa545a7b03f03 timeCreated: 1542787888 guid: d134f1057834f5e49a5d8b94c8f845bb timeCreated: 1542789682 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/FairyJadeInvestmentModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 4690ce8be3954b841b6fbd113fd5f58a timeCreated: 1542787887 guid: e5e79b18419e49e438bb35a1a3edf542 timeCreated: 1542789683 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/FakeDungeonUtilityWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 347034b75b199244d856a993afc06fb9 timeCreated: 1542787885 guid: c1a5d7f841dd1074488292bdd04b411f timeCreated: 1542789681 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/FeatureNoticeModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 29e373d937dbee04b822694daf0f928e timeCreated: 1542787885 guid: 77cabfb770b6b2b4e9f5303e2955ddac timeCreated: 1542789678 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/FileExtersionWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: e58baf63b574e6842a09df5a1aaceb8d timeCreated: 1542787894 guid: c52c6861b77786143b4b10ef43463a05 timeCreated: 1542789681 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/FlyObjectManagerWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 4ad0170db916f1644bfcded04b399d83 timeCreated: 1542787887 guid: 776516ba62464d6499d794710cf35ad0 timeCreated: 1542789677 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/FriendsModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 560ace05dec6acf45be91571fd0fb7c9 timeCreated: 1542787887 guid: 1e173f66b6a9b1446ba7bbea76d51647 timeCreated: 1542789673 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/GAMgrWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 8d368cb08ab82314a9bb871658d10503 timeCreated: 1542787890 guid: 16eecc21a0392494abde7ecaa0a8832d timeCreated: 1542789672 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/GMCmdModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 65d1dd4971602d24e98412c8dc425450 timeCreated: 1542787888 guid: 831c99c185e7f1a48acbcd3c23093a7a timeCreated: 1542789678 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/GMCommandWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: f706693bd3f146d43be25ead431c4515 timeCreated: 1542787895 guid: 86a069a303fdb7f4383a64d5fb5c45a9 timeCreated: 1542789679 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/GameNetSystemWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 748cbc178f84ab142aec52f83af22c71 timeCreated: 1542787889 guid: bcc451f8eb19c3e40898480e29da495e timeCreated: 1542789681 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/GameObjectPoolManagerWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 232e6a8726b7c0d46a19e380a1b2f252 timeCreated: 1542787884 guid: 29e52f2a27fea7d429c21fcadc9c8bbf timeCreated: 1542789673 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/GetItemPathModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: a87b00137a937f14c8e551b2e8e766e9 timeCreated: 1542787892 guid: e1c6a0360e313da4eab15eae14f2d92a timeCreated: 1542789683 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/GlobalTimeEventWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: d74c19a9ef52417439d4c5ff477ff697 timeCreated: 1542787894 guid: ad75d722cf8b88449a9c736f1893d782 timeCreated: 1542789680 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/GodBeastModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 87535853a0aa8b840b306b47f52f093b timeCreated: 1542787890 guid: 64e7cf853bbf4bf42adef5e2e1a94dfd timeCreated: 1542789676 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/GuideDialogueModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 343eec3eb36848e47bb12dc662114da4 timeCreated: 1542787885 guid: b9323ca02b46d26458c6fe6acb4aac12 timeCreated: 1542789681 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/GuideMessageModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: f4b6afde818d56344ab4fcd777bbc05f timeCreated: 1542787895 guid: 8e95293ea9fc1a74990ade8588c60553 timeCreated: 1542789679 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/HangUpSetModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 8446c8274c45bc141904e5534264f611 timeCreated: 1542787890 guid: b289e75fb1c763a46bb13f8524351dae timeCreated: 1542789680 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/HeavenBattleModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 9f2ccc87b5f2b5842a5ff3866118f847 timeCreated: 1542787891 guid: 3c1a0d27eaf9e0145b0d0018ca48c0b1 timeCreated: 1542789674 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/HowToPlayModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 5eb00ac8d64a8474fa0cdc475ef9fe06 timeCreated: 1542787888 guid: 1437d7bba566e504099d72d7ae48720d timeCreated: 1542789672 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/HttpRequestWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: f86cdb737ba4f414d84371fce16ae505 timeCreated: 1542787896 guid: d898d9ee8214b424290a033b4f8d210a timeCreated: 1542789682 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/IceLodeStarAwardClassWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: f1f73ee01fd1cb14da8a61a7b9a8d8a1 timeCreated: 1542787895 guid: 742281ed58b42804493142160cedb706 timeCreated: 1542789677 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/InGameDownLoadWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: a91bd3f4f368a7d4482500dd452d9462 timeCreated: 1542787892 guid: 51676a4765e51774faa3999806d84e4a timeCreated: 1542789675 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/InSevenDayModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: fe55e317a63d9d046b37f8755f100d59 timeCreated: 1542787896 guid: 826c927effcbdeb46acff0a6dfdceb6a timeCreated: 1542789678 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/KnapSackEventMgrWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 3c33b74b6edfbfc44a87d2f65844cc06 timeCreated: 1542787886 guid: 2c53ea58fddcb0f45a1e6f8f6cbc69ee timeCreated: 1542789673 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/LanguageVerifyWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 31813e997fa40504085a93241ecf39af timeCreated: 1542787885 guid: ff522c98d61db384ea53d63f06b160e7 timeCreated: 1542789684 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/LaunchPostProcessWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: f08a2aa9993cb164292003fd4cb0507c timeCreated: 1542787895 guid: 8680fba7267ca044b97790a1053bc054 timeCreated: 1542789678 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/LayerUtilityWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: f171fe4b30e8cbb449c81d907092d059 timeCreated: 1542787895 guid: 4c03aab61a5a77c4bbf0d44f8d7a4388 timeCreated: 1542789675 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/LimitedTimePackageItemClassModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 84fd0098bd71cc94ab8b76feb3b07e84 timeCreated: 1542787890 guid: e3dcc9780e97eb0408f1801048b32087 timeCreated: 1542789683 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/LuaBehaviourWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 31aeec5d2e730bd438508868277271b0 timeCreated: 1542787885 guid: 05c7e245befdd69469423894f563652b timeCreated: 1542789671 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/LuaGameNetPackBaseWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 081cc7c8529502e4a9488ff986938475 timeCreated: 1542787883 guid: 3dfac8c26173ab64785fd29ea8ecd26b timeCreated: 1542789674 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/LuaGameNetSystemWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 4ba3d1adf21ff4749915e9dd4c7faf3c timeCreated: 1542787887 guid: d4fb42a3e4308d44c9eb0c79686faa97 timeCreated: 1542789682 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/LuaWindowUtilityWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 9f9ef2f9078750e4b851f51816d10e20 timeCreated: 1542787891 guid: ede522b8cf69edd4da535db4eedfc8f2 timeCreated: 1542789683 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/LuaWindowWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 0b7c187dbc2eb2a4686a3e6f24b8cd32 timeCreated: 1542787883 guid: a0c6c75008b1bee4fade9867db5126ac timeCreated: 1542789680 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/MapTransferUtilityWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 1ec0952f2fc5896458c90be785059025 timeCreated: 1542787884 guid: 9fc52aecd7f5e3440a526bb1da56c0b2 timeCreated: 1542789679 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/MaterialUtilityWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 0725085cbd1dafb48bf83eb448d6985c timeCreated: 1542787883 guid: 3eb2eeb0d312e294492ba8df035cf399 timeCreated: 1542789674 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/ModelUtilityWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: fa685080703f55c4b8a86f246628d3bc timeCreated: 1542787896 guid: 0d3f054e3d96eb448a4df5a6cc3d37a1 timeCreated: 1542789672 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/NeedForWhiteModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 83a198bf9ab768e4f84d33a3c57f53f4 timeCreated: 1542787890 guid: e0050a9ffeb549f49ae3dfa996aac9b9 timeCreated: 1542789682 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/NewGuideModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 7920c927a7b0e8749be4014a1b1c4af9 timeCreated: 1542787889 guid: 443c90b4b7e2ebc48bb495dff02ab125 timeCreated: 1542789675 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/OperationLogCollectWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 710c4cac41b80ef4082890302218ddef timeCreated: 1542787889 guid: 7f5b1e9efce473c4cb81157946499def timeCreated: 1542789678 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/PackUnpack.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 3cbce8193650cb64dabe0f96d93d0f32 timeCreated: 1542787886 guid: bb4f06d30c4617340a36302fffbd9807 timeCreated: 1542789681 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/PetReinforceModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: fbf3f5acda9b8ad4db097122ed536963 timeCreated: 1542787896 guid: b7b4d10ec07658347aacc1dd71b21379 timeCreated: 1542789681 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/PlayerDatasWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: c87a75cb09678e241b16f6e122f54c85 timeCreated: 1542787893 guid: cdbe72c783d234a4e95064569328bf88 timeCreated: 1542789682 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/PlayerDeadModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 2daf57db2d7158647b432c7f7a37b486 timeCreated: 1542787885 guid: e20be7566bae86a40bb5da178c4b869e timeCreated: 1542789683 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/PlayerStoneDataWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 181f2b4108f709c4483d71e500c81446 timeCreated: 1542787884 guid: edbf072288603014abba0af3dacf6284 timeCreated: 1542789683 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/PreFightMissionWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 11e48c10a345a30448518d20ebca7f6d timeCreated: 1542787883 guid: f5ed1c6c3115386429a0e5046dc73d95 timeCreated: 1542789684 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/PrepareHandlerWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 6c7d8104e4a49bc4e9f98728e30a6dce timeCreated: 1542787889 guid: 3c0c3a3ee7ac3d54489db66bee9e0da4 timeCreated: 1542789674 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/PrivateRemindWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 2f5b8bff7753a7643b91e6a65e9e774a timeCreated: 1542787885 guid: aab2171e55e4960439ffa056abe6ade7 timeCreated: 1542789680 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/PutawayDataWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 75e6ce9c0258b414288d8fb0ffda2803 timeCreated: 1542787889 guid: 9c14f21446dd8234884140c3874503ba timeCreated: 1542789679 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/PwdKeyboardWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: c293a4ee67cf15e489ebb7606e745a03 timeCreated: 1542787893 guid: 2941dc2494d939445afc44dd89d7a812 timeCreated: 1542789673 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/QuickSettingWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 9d5e753ffffe5ca4b947c9cdfa83ded1 timeCreated: 1542787891 guid: 83c52f4ac532a4b48be383ac8f7a7c16 timeCreated: 1542789678 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/RealmPracticeModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 6269357ea56c6e748af02d799d6f27be timeCreated: 1542787888 guid: 2aae40723e375b94389e06a7208bb9d1 timeCreated: 1542789673 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/ResourcesPathWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: a632dbf8f22eec34786ab52dfdbc4381 timeCreated: 1542787892 guid: 1e1fc048d20a48f4fa78a3f1a9395fcf timeCreated: 1542789673 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/RunTimeExceptionUtilityWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 595c14cb4fba0324e80472e3032782be timeCreated: 1542787888 guid: 6cc2176a3805d724eb566af133ea7af5 timeCreated: 1542789677 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SFXPlayUtilityWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: e50c8bad33b56d040a56afdbb2ecd8e2 timeCreated: 1542787894 guid: c98f51a10421287449b92b04c366fe80 timeCreated: 1542789682 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SelectEquipModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 5538d7df0ca6fcf47abd5c2bca677895 timeCreated: 1542787887 guid: b228f3e0ca3f5d94585a1d0ea10ee09c timeCreated: 1542789680 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/ServerListCenterWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: a44dd779953aec84b884d1f38d0605df timeCreated: 1542787892 guid: f0eb44f25c31731408c2bf02535cc833 timeCreated: 1542789684 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SettingEffectMgrWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: c4132a0e5cd2092429d343c852a13b68 timeCreated: 1542787893 guid: f96e5d71694078648b3e81d014b7f4ec timeCreated: 1542789684 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SettingMgrWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 120316c5cdc7de043bbc189155484db1 timeCreated: 1542787883 guid: 83f82d7fc20bb404f92d95b531bd19b9 timeCreated: 1542789678 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SkillHelperWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: a4884d37bf839724c9ab20336c4b09cb timeCreated: 1542787892 guid: e51a94726bd39b1428959de7c1026701 timeCreated: 1542789683 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzGameWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 6d8c31a298652eb4d818800107fd7df7 timeCreated: 1542787889 guid: 19db0b90a16aab94a8700f3d92a0b84d timeCreated: 1542789672 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIAccumulateRechargeModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 86e1bc495e8307541b401c6b82f99522 timeCreated: 1542787890 guid: d4b6552434c4bf247908e89aab218761 timeCreated: 1542789682 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIAchievementModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 908191fe4302a9a489f6da35c9d4c5d7 timeCreated: 1542787890 guid: bc20d93b1cfe4274aa136a34f23b29ce timeCreated: 1542789681 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIActivitiesPushMgrWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 5b059422575e16a459f1ae0ab28a2226 timeCreated: 1542787888 guid: 65ecd44b662fd2242ae24f6bfc8e6ee4 timeCreated: 1542789676 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIActivityModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 44f28933228c8194083e8005d2c502b8 timeCreated: 1542787886 guid: 9d8abcd8d920a04418c38f2ea45f7bd6 timeCreated: 1542789679 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIAwardExchangeModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 8d9fa15cfe160b44a9fd38e858413e75 timeCreated: 1542787890 guid: 67b682d35abe8a14a961168bb88c68ac timeCreated: 1542789677 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIBatchUseModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 0401def7bb5f31e47b77810d41d7a10a timeCreated: 1542787882 guid: b1024eb9474128e41bd640f6c3b33f87 timeCreated: 1542789680 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIBattleHintWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 4f1769150122c304ca535b79bf11ba34 timeCreated: 1542787887 guid: 4e7f587911ad1a5499a9e4a8b8b6c9ac timeCreated: 1542789675 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIBetterEquipGetModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: dfce7c05f3e95f047a5e87ae65347d5c timeCreated: 1542787894 guid: a9d62babd45b7934ca0c5a15889ec95c timeCreated: 1542789680 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIBossHomeModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 07542c6aa73cc84488d77b79733e2216 timeCreated: 1542787883 guid: 10a962aa0fe28e249826e49bc7a6aba7 timeCreated: 1542789672 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIBossRebornModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: b9e3df41978b9484283de73d7c4c3663 timeCreated: 1542787892 guid: acf6615851439784dadba24b9f23bff6 timeCreated: 1542789680 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIBossShowModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: a3733bc595897114d8e5cd3b26f986e5 timeCreated: 1542787891 guid: 0a8ab45402c85f240bce9fdde4dee238 timeCreated: 1542789671 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIBoxGetItemModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: e555d0533f20d774ca399ff463909f74 timeCreated: 1542787894 guid: cd76736fa49885e4bb804a441e8129da timeCreated: 1542789682 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIBuySuccessModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 15831705ac9712842b2f8f1d87bdf289 timeCreated: 1542787884 guid: 431a6169055f3d54e88f58f576f50bae timeCreated: 1542789675 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIChatBubbleModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 5d01a521a459aad4daaea0a9868dbdeb timeCreated: 1542787888 guid: 3517bd5cd5dcdb849b47f0e7874404e9 timeCreated: 1542789674 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIChatCenterWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 838c94188e7c66e48a88d4b3b7065436 timeCreated: 1542787890 guid: 35141eb4f8d4e0b4596071530a48dbdc timeCreated: 1542789674 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIConsumeRebateModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 1809bccd2af83c04f9ed42c7136fed7d timeCreated: 1542787884 guid: 33d0ac81552d8944d8e2b34adda63494 timeCreated: 1542789674 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIDailyQuestActionTimerWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: efa4b9f02b338a544bfc089781065a6e timeCreated: 1542787895 guid: 34d58d96b49dee445aec87d6f8c13942 timeCreated: 1542789674 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIDailyQuestModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 52da2b77b48102a43a3e0eb3b1c3f145 timeCreated: 1542787887 guid: 7598ad4a29bcded4b9a5f8874f28a0c9 timeCreated: 1542789677 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIDogzDungeonModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 1c5881ecc36c9824281f3941373d746f timeCreated: 1542787884 guid: b481275ca90afeb49bf52efc8cc81e66 timeCreated: 1542789680 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIDogzModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: c18887ca2e18c514f9e5542d8e8d6c54 timeCreated: 1542787893 guid: c29ed11e2d46a9c4f8e48fdacaef75d0 timeCreated: 1542789681 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIDogzPackModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: e095092e787b4814da878d04c605f6b7 timeCreated: 1542787894 guid: 35edba0768f17624aa0a208fdb3ccd61 timeCreated: 1542789674 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIDungeonAssistModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 375cf1251278e7e4892dd10966aeadc1 timeCreated: 1542787886 guid: 0c4f170a0e60c1f4d8390712889c2037 timeCreated: 1542789672 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIDungeonLiquidModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 441f034c97155aa4bba79775cb13daf6 timeCreated: 1542787886 guid: 5fc3169b30fc1ae4885e31f8ddb884ad timeCreated: 1542789676 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIDungeonModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 1a7d6590b42d35f49925d46cb11be65d timeCreated: 1542787884 guid: 6eef41c9063ba58439822400982fb465 timeCreated: 1542789677 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIDungeonWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 28c7bd4534d6b8248ad575869efa1123 timeCreated: 1542787885 guid: ebc824bbbf716204db0a7dd1b6432900 timeCreated: 1542789683 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIElderGodAreaModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 4e55023b9f9d58a45a554c76d3fc6333 timeCreated: 1542787887 guid: 44791766fdc6e5b4aa84e31f18eb8313 timeCreated: 1542789675 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIFBHelpPointExchageModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 79ea456dc8151c64ea5103dd0accf976 timeCreated: 1542787889 guid: 59359b936262095478e72944710f44d5 timeCreated: 1542789676 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIFairyBossModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: b72aee3aa47907747825d1ad842bf05a timeCreated: 1542787892 guid: 52e06f48a20c14c4c8382c613aa69686 timeCreated: 1542789676 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIFairyFeastModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: c4e1712ecfb6a5d47bccb794f3f1c2af timeCreated: 1542787893 guid: 080467fae347c5e4f87e034c641ab681 timeCreated: 1542789671 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIFairyGrabBossModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 94c941c9e59002e4697b9d4c2ce6d468 timeCreated: 1542787891 guid: cdfa7b8751044b44ca2d7d4577399cec timeCreated: 1542789682 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIFairyLeagueModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: e6ae1d0ca1c923c47a2f0750d5732c12 timeCreated: 1542787895 guid: e00f0b5898703144a96436f92fc448b3 timeCreated: 1542789682 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIFairyModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 1a8a25cf6fee9a946a0dec5e3966f0c5 timeCreated: 1542787884 guid: 8cabe004b5cc89c449f55cca62e45d87 timeCreated: 1542789679 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIFairylandCeremonyModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 8bf8db148194b02439365b2df53ad466 timeCreated: 1542787890 guid: 04023a30a754f7241ae20762f76b630c timeCreated: 1542789671 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIFindPreciousModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 734d0c272185f814faf87870cfd8b4d9 timeCreated: 1542787889 guid: 4b9fd447cb5eca74cbe6bbe110054e57 timeCreated: 1542789675 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIFindPreciousTimerWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 3066b46ec7367a34caac3454b5faadfd timeCreated: 1542787885 guid: 2121c8a8875993c4a973f7c28b29673b timeCreated: 1542789673 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIFirstTimeRechargeModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: eb1b5477a86b8fb4eb9eac9904813791 timeCreated: 1542787895 guid: 2fa5a5fc5dca0e8439001de2495e9899 timeCreated: 1542789673 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIFlashRushToBuyModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 6a222d4936d8b00418bcc2de9b1fe615 timeCreated: 1542787888 guid: 3cef829b4f138c543aa1ee99a0b4177c timeCreated: 1542789674 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIFlashSaleModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: e072616e07ae3db408dc6673d30f5221 timeCreated: 1542787894 guid: 712a87bd2e43c1d45ad766b53de6b5bd timeCreated: 1542789677 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIFunctionButtonWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: edd2db0c3ad83764aaab0c28c43ce8bd timeCreated: 1542787895 guid: 5bfda560a319f6040b21bd19fd0a69a2 timeCreated: 1542789676 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIFunctionalGuideCenterWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: d359f05ad9a77b04b83b9a2104721809 timeCreated: 1542787894 guid: ffaa2a2d7630abc428a55ea2072068fb timeCreated: 1542789684 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIGMNotifyWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 6f3f3aaa83742ae488ac69f9ba61a904 timeCreated: 1542787889 guid: c9596efa8419cc044b73fc82e697890c timeCreated: 1542789682 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIGemModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 54509c502bbe9374d8ce7234abe50ca4 timeCreated: 1542787887 guid: c6291f150fca89d48b41ab0b26ec2137 timeCreated: 1542789681 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIGroupDungeonChallengeProcessorWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 4ab9d241486af3547bf345a4c32648fc timeCreated: 1542787887 guid: e23ea9b6be09d5a48aeb5a14b39d3cf0 timeCreated: 1542789683 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIGuardModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: bcdd7faa56987c94aa10e8c58948f7ac timeCreated: 1542787893 guid: ff38296aef3e2da46863df35d91d92aa timeCreated: 1542789684 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIHappyXBModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 0e3cd68d67489a24cbbb39efadfce7c3 timeCreated: 1542787883 guid: a74227626a407f940a257b888c2534eb timeCreated: 1542789680 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIHeavenBattleInfoWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 049d31d39e1f34f4a973a2805af57d0f timeCreated: 1542787882 guid: 8e2c9a9f5ab32924db74f0bdd61ae1b1 timeCreated: 1542789679 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIImpactRankModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 67aad47f12244024195a2c52b8d42dae timeCreated: 1542787888 guid: 320fad661ef112542a682fa83335451e timeCreated: 1542789674 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIItemBehaviourWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 9809c6175235fde499db4ca6c7dcfd3b timeCreated: 1542787891 guid: e6d30c3f8b1abf9488d72aa7e86b04fb timeCreated: 1542789683 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIItemOverdueModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: c438977affec34f44b680fcbc758eecb timeCreated: 1542787893 guid: 38f643aee0976f24aba4cd55a33ad59c timeCreated: 1542789674 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIItemTipsModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 03811f0d996d20c4aa5cf2ae59a21253 timeCreated: 1542787882 guid: 0d0a9385bbd8291469659b1c795cfb7a timeCreated: 1542789672 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIItemUseModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 661199f17d6f90a42b0a44950c9beedf timeCreated: 1542787888 guid: dc63883ab698291438f5632eed262c38 timeCreated: 1542789682 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIKingFairyModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 72a7fbe3b85dcba449ecdaadeefe1caa timeCreated: 1542787889 guid: 8857b8ac5c10c1c46b68cce4d3c9b429 timeCreated: 1542789679 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIKnapsackTimeCDMgrWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 1d52d1fa523a4dd4983d7b5f6f4c380f timeCreated: 1542787884 guid: f8a5a2ad126e5af448c3c3ab4e862d5d timeCreated: 1542789684 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUILevelGiftModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: a74a45efc57083f4a9c21ba7e342e5a2 timeCreated: 1542787892 guid: 06578f1ce7db3ad4890941f7cdbfc521 timeCreated: 1542789671 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUILoginAdModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 39074b6479d13104e84a9a273df449ea timeCreated: 1542787886 guid: bfba1164f8c10c24e9e638523ea9d281 timeCreated: 1542789681 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUILoginModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: cf921bcc50640e148a3cbc9b57d790c0 timeCreated: 1542787893 guid: 4d028498045645c4dbc9ea7c97e1405c timeCreated: 1542789675 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIMainRedDotWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 388ea3791d075f547b761cd154777f5f timeCreated: 1542787886 guid: 80b2913261dbda24c8015736780ad730 timeCreated: 1542789678 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIMapModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 46773327ca98f1d49bea08c28e956030 timeCreated: 1542787886 guid: aefcced4a62a09846a816cdd52fd0fd5 timeCreated: 1542789680 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIMarketModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 4f11afc77bfbb1449af03b3fbd7f1198 timeCreated: 1542787887 guid: 80a60d8a976330d44ad04987842a7a2f timeCreated: 1542789678 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIModelCenterWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 7e706050ef9c0c54cb6284ef44b7dca9 timeCreated: 1542787890 guid: e647675c83372d94faa7f1d0c0a71990 timeCreated: 1542789683 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIMonthlyInvestmentModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 765623a3073785b46887a1562608746e timeCreated: 1542787889 guid: cc16e78485e0cc54a9de310d4f20585d timeCreated: 1542789682 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIMultipleExpModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 6744cd20164e7ea4a8c3213410162e0d timeCreated: 1542787888 guid: 184ea66fdd47f5845bf378baabb48f50 timeCreated: 1542789672 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIMultipleRealmPointModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 9716786cba8ca934481dd709db032046 timeCreated: 1542787891 guid: 48896e8ac4fe3e04cb56190be95ad16e timeCreated: 1542789675 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIMysticalPurchaseModelWrap.cs
@@ -21,41 +21,26 @@ { ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); System.Type type = typeof(Snxxz.UI.MysticalPurchaseModel); Utils.BeginObjectRegister(type, L, translator, 0, 23, 5, 1); Utils.BeginObjectRegister(type, L, translator, 0, 11, 3, 0); Utils.RegisterFunc(L, Utils.METHOD_IDX, "Init", _m_Init); Utils.RegisterFunc(L, Utils.METHOD_IDX, "OnBeforePlayerDataInitialize", _m_OnBeforePlayerDataInitialize); Utils.RegisterFunc(L, Utils.METHOD_IDX, "OnPlayerLoginOk", _m_OnPlayerLoginOk); Utils.RegisterFunc(L, Utils.METHOD_IDX, "UnInit", _m_UnInit); Utils.RegisterFunc(L, Utils.METHOD_IDX, "SetDefaultSelectSaleTime", _m_SetDefaultSelectSaleTime); Utils.RegisterFunc(L, Utils.METHOD_IDX, "PresentFlashShopActivityClose", _m_PresentFlashShopActivityClose); Utils.RegisterFunc(L, Utils.METHOD_IDX, "ResetFlashShop", _m_ResetFlashShop); Utils.RegisterFunc(L, Utils.METHOD_IDX, "UpdateSelectFlashSaleTime", _m_UpdateSelectFlashSaleTime); Utils.RegisterFunc(L, Utils.METHOD_IDX, "GetOperationFlashRushToBuy", _m_GetOperationFlashRushToBuy); Utils.RegisterFunc(L, Utils.METHOD_IDX, "UpdateFlashSaleAppointmentInfo", _m_UpdateFlashSaleAppointmentInfo); Utils.RegisterFunc(L, Utils.METHOD_IDX, "UpdateFullSeverBuyInfo", _m_UpdateFullSeverBuyInfo); Utils.RegisterFunc(L, Utils.METHOD_IDX, "GetFullServerBuyCntById", _m_GetFullServerBuyCntById); Utils.RegisterFunc(L, Utils.METHOD_IDX, "SendFlashSaleAppointment", _m_SendFlashSaleAppointment); Utils.RegisterFunc(L, Utils.METHOD_IDX, "GetActivityState", _m_GetActivityState); Utils.RegisterFunc(L, Utils.METHOD_IDX, "CheckIsPush", _m_CheckIsPush); Utils.RegisterFunc(L, Utils.METHOD_IDX, "SetDayRemind", _m_SetDayRemind); Utils.RegisterFunc(L, Utils.METHOD_IDX, "SetAlreadyOpenSaleTime", _m_SetAlreadyOpenSaleTime); Utils.RegisterFunc(L, Utils.METHOD_IDX, "UpdateSellTimeEnd", _m_UpdateSellTimeEnd); Utils.RegisterFunc(L, Utils.METHOD_IDX, "TryGetCurSellShop", _m_TryGetCurSellShop); Utils.RegisterFunc(L, Utils.METHOD_IDX, "CompareBySellTime", _m_CompareBySellTime); Utils.RegisterFunc(L, Utils.METHOD_IDX, "UpdateMysticalShopInfo", _m_UpdateMysticalShopInfo); Utils.RegisterFunc(L, Utils.METHOD_IDX, "GetMysticalShop", _m_GetMysticalShop); Utils.RegisterFunc(L, Utils.METHOD_IDX, "UpdatePresentFlashShopCloseEvent", _e_UpdatePresentFlashShopCloseEvent); Utils.RegisterFunc(L, Utils.METHOD_IDX, "UpdateSelectSaleTimeEvent", _e_UpdateSelectSaleTimeEvent); Utils.RegisterFunc(L, Utils.METHOD_IDX, "UpdateAllAppointmentEvent", _e_UpdateAllAppointmentEvent); Utils.RegisterFunc(L, Utils.METHOD_IDX, "UpdateAppointmentEvent", _e_UpdateAppointmentEvent); Utils.RegisterFunc(L, Utils.METHOD_IDX, "UpdateFullSeverBuyEvent", _e_UpdateFullSeverBuyEvent); Utils.RegisterFunc(L, Utils.METHOD_IDX, "UpdateMysticalShopEvent", _e_UpdateMysticalShopEvent); Utils.RegisterFunc(L, Utils.METHOD_IDX, "onStateUpate", _e_onStateUpate); Utils.RegisterFunc(L, Utils.GETTER_IDX, "IsOpen", _g_get_IsOpen); Utils.RegisterFunc(L, Utils.GETTER_IDX, "priorityOpen", _g_get_priorityOpen); Utils.RegisterFunc(L, Utils.GETTER_IDX, "IsAdvance", _g_get_IsAdvance); Utils.RegisterFunc(L, Utils.GETTER_IDX, "presentFlashShop", _g_get_presentFlashShop); Utils.RegisterFunc(L, Utils.GETTER_IDX, "flashRushToBuyRedpoint", _g_get_flashRushToBuyRedpoint); Utils.RegisterFunc(L, Utils.GETTER_IDX, "priorityOpen", _g_get_priorityOpen); Utils.RegisterFunc(L, Utils.SETTER_IDX, "flashRushToBuyRedpoint", _s_set_flashRushToBuyRedpoint); Utils.EndObjectRegister(type, L, translator, null, null, null, null, null); @@ -209,7 +194,7 @@ } [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] static int _m_SetDefaultSelectSaleTime(RealStatePtr L) static int _m_UpdateSellTimeEnd(RealStatePtr L) { try { @@ -222,7 +207,7 @@ { gen_to_be_invoked.SetDefaultSelectSaleTime( ); gen_to_be_invoked.UpdateSellTimeEnd( ); @@ -236,7 +221,7 @@ } [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] static int _m_PresentFlashShopActivityClose(RealStatePtr L) static int _m_TryGetCurSellShop(RealStatePtr L) { try { @@ -248,273 +233,11 @@ { System.Collections.Generic.List<Snxxz.UI.MysticalPurchaseModel.MysticalShop> _mysticals; gen_to_be_invoked.PresentFlashShopActivityClose( ); return 0; } } catch(System.Exception gen_e) { return LuaAPI.luaL_error(L, "c# exception:" + gen_e); } } [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] static int _m_ResetFlashShop(RealStatePtr L) { try { ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); Snxxz.UI.MysticalPurchaseModel gen_to_be_invoked = (Snxxz.UI.MysticalPurchaseModel)translator.FastGetCSObj(L, 1); { gen_to_be_invoked.ResetFlashShop( ); return 0; } } catch(System.Exception gen_e) { return LuaAPI.luaL_error(L, "c# exception:" + gen_e); } } [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] static int _m_UpdateSelectFlashSaleTime(RealStatePtr L) { try { ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); Snxxz.UI.MysticalPurchaseModel gen_to_be_invoked = (Snxxz.UI.MysticalPurchaseModel)translator.FastGetCSObj(L, 1); { int _dayIndex = LuaAPI.xlua_tointeger(L, 2); int _timeIndex = LuaAPI.xlua_tointeger(L, 3); gen_to_be_invoked.UpdateSelectFlashSaleTime( _dayIndex, _timeIndex ); return 0; } } catch(System.Exception gen_e) { return LuaAPI.luaL_error(L, "c# exception:" + gen_e); } } [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] static int _m_GetOperationFlashRushToBuy(RealStatePtr L) { try { ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); Snxxz.UI.MysticalPurchaseModel gen_to_be_invoked = (Snxxz.UI.MysticalPurchaseModel)translator.FastGetCSObj(L, 1); { Snxxz.UI.OperationFlashRushToBuy gen_ret = gen_to_be_invoked.GetOperationFlashRushToBuy( ); 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_UpdateFlashSaleAppointmentInfo(RealStatePtr L) { try { ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); Snxxz.UI.MysticalPurchaseModel gen_to_be_invoked = (Snxxz.UI.MysticalPurchaseModel)translator.FastGetCSObj(L, 1); { HAA18_tagMCFlashSaleAppointmentInfo _appointmentInfo = (HAA18_tagMCFlashSaleAppointmentInfo)translator.GetObject(L, 2, typeof(HAA18_tagMCFlashSaleAppointmentInfo)); gen_to_be_invoked.UpdateFlashSaleAppointmentInfo( _appointmentInfo ); return 0; } } catch(System.Exception gen_e) { return LuaAPI.luaL_error(L, "c# exception:" + gen_e); } } [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] static int _m_UpdateFullSeverBuyInfo(RealStatePtr L) { try { ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); Snxxz.UI.MysticalPurchaseModel gen_to_be_invoked = (Snxxz.UI.MysticalPurchaseModel)translator.FastGetCSObj(L, 1); { HA906_tagGCStoreServerBuyCntInfo _buyCntInfo = (HA906_tagGCStoreServerBuyCntInfo)translator.GetObject(L, 2, typeof(HA906_tagGCStoreServerBuyCntInfo)); gen_to_be_invoked.UpdateFullSeverBuyInfo( _buyCntInfo ); return 0; } } catch(System.Exception gen_e) { return LuaAPI.luaL_error(L, "c# exception:" + gen_e); } } [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] static int _m_GetFullServerBuyCntById(RealStatePtr L) { try { ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); Snxxz.UI.MysticalPurchaseModel gen_to_be_invoked = (Snxxz.UI.MysticalPurchaseModel)translator.FastGetCSObj(L, 1); { int _goodsId = LuaAPI.xlua_tointeger(L, 2); int gen_ret = gen_to_be_invoked.GetFullServerBuyCntById( _goodsId ); LuaAPI.xlua_pushinteger(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_SendFlashSaleAppointment(RealStatePtr L) { try { ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); Snxxz.UI.MysticalPurchaseModel gen_to_be_invoked = (Snxxz.UI.MysticalPurchaseModel)translator.FastGetCSObj(L, 1); { int _shopGuid = LuaAPI.xlua_tointeger(L, 2); int _state = LuaAPI.xlua_tointeger(L, 3); gen_to_be_invoked.SendFlashSaleAppointment( _shopGuid, _state ); return 0; } } catch(System.Exception gen_e) { return LuaAPI.luaL_error(L, "c# exception:" + gen_e); } } [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] static int _m_GetActivityState(RealStatePtr L) { try { ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); Snxxz.UI.MysticalPurchaseModel gen_to_be_invoked = (Snxxz.UI.MysticalPurchaseModel)translator.FastGetCSObj(L, 1); { int _seconds; Snxxz.UI.OperationTime _operationTime; Snxxz.UI.OperationFlashRushToBuy.FlashSaleShop _saleShop; Snxxz.UI.MysticalPurchaseModel.FlashRushToBuySate gen_ret = gen_to_be_invoked.GetActivityState( out _seconds, out _operationTime, out _saleShop ); translator.Push(L, gen_ret); LuaAPI.xlua_pushinteger(L, _seconds); translator.Push(L, _operationTime); translator.Push(L, _saleShop); return 4; } } catch(System.Exception gen_e) { return LuaAPI.luaL_error(L, "c# exception:" + gen_e); } } [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] static int _m_CheckIsPush(RealStatePtr L) { try { ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); Snxxz.UI.MysticalPurchaseModel gen_to_be_invoked = (Snxxz.UI.MysticalPurchaseModel)translator.FastGetCSObj(L, 1); { Snxxz.UI.OperationFlashRushToBuy.FlashSaleShop _saleShop; bool gen_ret = gen_to_be_invoked.CheckIsPush( out _saleShop ); bool gen_ret = gen_to_be_invoked.TryGetCurSellShop( out _mysticals ); LuaAPI.lua_pushboolean(L, gen_ret); translator.Push(L, _saleShop); translator.Push(L, _mysticals); @@ -529,7 +252,7 @@ } [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] static int _m_SetDayRemind(RealStatePtr L) static int _m_CompareBySellTime(RealStatePtr L) { try { @@ -541,8 +264,39 @@ { Snxxz.UI.MysticalPurchaseModel.MysticalShop _start = (Snxxz.UI.MysticalPurchaseModel.MysticalShop)translator.GetObject(L, 2, typeof(Snxxz.UI.MysticalPurchaseModel.MysticalShop)); Snxxz.UI.MysticalPurchaseModel.MysticalShop _end = (Snxxz.UI.MysticalPurchaseModel.MysticalShop)translator.GetObject(L, 3, typeof(Snxxz.UI.MysticalPurchaseModel.MysticalShop)); gen_to_be_invoked.SetDayRemind( ); int gen_ret = gen_to_be_invoked.CompareBySellTime( _start, _end ); LuaAPI.xlua_pushinteger(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_UpdateMysticalShopInfo(RealStatePtr L) { try { ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); Snxxz.UI.MysticalPurchaseModel gen_to_be_invoked = (Snxxz.UI.MysticalPurchaseModel)translator.FastGetCSObj(L, 1); { HA806_tagMCMysticalShopTimeInfo _info = (HA806_tagMCMysticalShopTimeInfo)translator.GetObject(L, 2, typeof(HA806_tagMCMysticalShopTimeInfo)); gen_to_be_invoked.UpdateMysticalShopInfo( _info ); @@ -556,7 +310,7 @@ } [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] static int _m_SetAlreadyOpenSaleTime(RealStatePtr L) static int _m_GetMysticalShop(RealStatePtr L) { try { @@ -568,12 +322,14 @@ { int _shopId = LuaAPI.xlua_tointeger(L, 2); gen_to_be_invoked.SetAlreadyOpenSaleTime( ); Snxxz.UI.MysticalPurchaseModel.MysticalShop gen_ret = gen_to_be_invoked.GetMysticalShop( _shopId ); translator.Push(L, gen_ret); return 0; return 1; } } catch(System.Exception gen_e) { @@ -600,20 +356,6 @@ } [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] static int _g_get_priorityOpen(RealStatePtr L) { try { ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); Snxxz.UI.MysticalPurchaseModel gen_to_be_invoked = (Snxxz.UI.MysticalPurchaseModel)translator.FastGetCSObj(L, 1); LuaAPI.lua_pushboolean(L, gen_to_be_invoked.priorityOpen); } catch(System.Exception gen_e) { return LuaAPI.luaL_error(L, "c# exception:" + gen_e); } return 1; } [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] static int _g_get_IsAdvance(RealStatePtr L) { try { @@ -628,27 +370,13 @@ } [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] static int _g_get_presentFlashShop(RealStatePtr L) static int _g_get_priorityOpen(RealStatePtr L) { try { ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); Snxxz.UI.MysticalPurchaseModel gen_to_be_invoked = (Snxxz.UI.MysticalPurchaseModel)translator.FastGetCSObj(L, 1); translator.Push(L, gen_to_be_invoked.presentFlashShop); } catch(System.Exception gen_e) { return LuaAPI.luaL_error(L, "c# exception:" + gen_e); } return 1; } [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] static int _g_get_flashRushToBuyRedpoint(RealStatePtr L) { try { ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); Snxxz.UI.MysticalPurchaseModel gen_to_be_invoked = (Snxxz.UI.MysticalPurchaseModel)translator.FastGetCSObj(L, 1); translator.Push(L, gen_to_be_invoked.flashRushToBuyRedpoint); LuaAPI.lua_pushboolean(L, gen_to_be_invoked.priorityOpen); } catch(System.Exception gen_e) { return LuaAPI.luaL_error(L, "c# exception:" + gen_e); } @@ -657,25 +385,10 @@ [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] static int _s_set_flashRushToBuyRedpoint(RealStatePtr L) { try { ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); Snxxz.UI.MysticalPurchaseModel gen_to_be_invoked = (Snxxz.UI.MysticalPurchaseModel)translator.FastGetCSObj(L, 1); gen_to_be_invoked.flashRushToBuyRedpoint = (Snxxz.UI.Redpoint)translator.GetObject(L, 2, typeof(Snxxz.UI.Redpoint)); } catch(System.Exception gen_e) { return LuaAPI.luaL_error(L, "c# exception:" + gen_e); } return 0; } [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] static int _e_UpdatePresentFlashShopCloseEvent(RealStatePtr L) static int _e_UpdateMysticalShopEvent(RealStatePtr L) { try { ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); @@ -690,13 +403,13 @@ { if (LuaAPI.xlua_is_eq_str(L, 2, "+")) { gen_to_be_invoked.UpdatePresentFlashShopCloseEvent += gen_delegate; gen_to_be_invoked.UpdateMysticalShopEvent += gen_delegate; return 0; } if (LuaAPI.xlua_is_eq_str(L, 2, "-")) { gen_to_be_invoked.UpdatePresentFlashShopCloseEvent -= gen_delegate; gen_to_be_invoked.UpdateMysticalShopEvent -= gen_delegate; return 0; } @@ -704,143 +417,7 @@ } catch(System.Exception gen_e) { return LuaAPI.luaL_error(L, "c# exception:" + gen_e); } LuaAPI.luaL_error(L, "invalid arguments to Snxxz.UI.MysticalPurchaseModel.UpdatePresentFlashShopCloseEvent!"); return 0; } [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] static int _e_UpdateSelectSaleTimeEvent(RealStatePtr L) { try { ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); int gen_param_count = LuaAPI.lua_gettop(L); Snxxz.UI.MysticalPurchaseModel gen_to_be_invoked = (Snxxz.UI.MysticalPurchaseModel)translator.FastGetCSObj(L, 1); System.Action gen_delegate = translator.GetDelegate<System.Action>(L, 3); if (gen_delegate == null) { return LuaAPI.luaL_error(L, "#3 need System.Action!"); } if (gen_param_count == 3) { if (LuaAPI.xlua_is_eq_str(L, 2, "+")) { gen_to_be_invoked.UpdateSelectSaleTimeEvent += gen_delegate; return 0; } if (LuaAPI.xlua_is_eq_str(L, 2, "-")) { gen_to_be_invoked.UpdateSelectSaleTimeEvent -= gen_delegate; return 0; } } } catch(System.Exception gen_e) { return LuaAPI.luaL_error(L, "c# exception:" + gen_e); } LuaAPI.luaL_error(L, "invalid arguments to Snxxz.UI.MysticalPurchaseModel.UpdateSelectSaleTimeEvent!"); return 0; } [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] static int _e_UpdateAllAppointmentEvent(RealStatePtr L) { try { ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); int gen_param_count = LuaAPI.lua_gettop(L); Snxxz.UI.MysticalPurchaseModel gen_to_be_invoked = (Snxxz.UI.MysticalPurchaseModel)translator.FastGetCSObj(L, 1); System.Action gen_delegate = translator.GetDelegate<System.Action>(L, 3); if (gen_delegate == null) { return LuaAPI.luaL_error(L, "#3 need System.Action!"); } if (gen_param_count == 3) { if (LuaAPI.xlua_is_eq_str(L, 2, "+")) { gen_to_be_invoked.UpdateAllAppointmentEvent += gen_delegate; return 0; } if (LuaAPI.xlua_is_eq_str(L, 2, "-")) { gen_to_be_invoked.UpdateAllAppointmentEvent -= gen_delegate; return 0; } } } catch(System.Exception gen_e) { return LuaAPI.luaL_error(L, "c# exception:" + gen_e); } LuaAPI.luaL_error(L, "invalid arguments to Snxxz.UI.MysticalPurchaseModel.UpdateAllAppointmentEvent!"); return 0; } [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] static int _e_UpdateAppointmentEvent(RealStatePtr L) { try { ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); int gen_param_count = LuaAPI.lua_gettop(L); Snxxz.UI.MysticalPurchaseModel gen_to_be_invoked = (Snxxz.UI.MysticalPurchaseModel)translator.FastGetCSObj(L, 1); System.Action<int> gen_delegate = translator.GetDelegate<System.Action<int>>(L, 3); if (gen_delegate == null) { return LuaAPI.luaL_error(L, "#3 need System.Action<int>!"); } if (gen_param_count == 3) { if (LuaAPI.xlua_is_eq_str(L, 2, "+")) { gen_to_be_invoked.UpdateAppointmentEvent += gen_delegate; return 0; } if (LuaAPI.xlua_is_eq_str(L, 2, "-")) { gen_to_be_invoked.UpdateAppointmentEvent -= gen_delegate; return 0; } } } catch(System.Exception gen_e) { return LuaAPI.luaL_error(L, "c# exception:" + gen_e); } LuaAPI.luaL_error(L, "invalid arguments to Snxxz.UI.MysticalPurchaseModel.UpdateAppointmentEvent!"); return 0; } [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] static int _e_UpdateFullSeverBuyEvent(RealStatePtr L) { try { ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); int gen_param_count = LuaAPI.lua_gettop(L); Snxxz.UI.MysticalPurchaseModel gen_to_be_invoked = (Snxxz.UI.MysticalPurchaseModel)translator.FastGetCSObj(L, 1); System.Action<int> gen_delegate = translator.GetDelegate<System.Action<int>>(L, 3); if (gen_delegate == null) { return LuaAPI.luaL_error(L, "#3 need System.Action<int>!"); } if (gen_param_count == 3) { if (LuaAPI.xlua_is_eq_str(L, 2, "+")) { gen_to_be_invoked.UpdateFullSeverBuyEvent += gen_delegate; return 0; } if (LuaAPI.xlua_is_eq_str(L, 2, "-")) { gen_to_be_invoked.UpdateFullSeverBuyEvent -= gen_delegate; return 0; } } } catch(System.Exception gen_e) { return LuaAPI.luaL_error(L, "c# exception:" + gen_e); } LuaAPI.luaL_error(L, "invalid arguments to Snxxz.UI.MysticalPurchaseModel.UpdateFullSeverBuyEvent!"); LuaAPI.luaL_error(L, "invalid arguments to Snxxz.UI.MysticalPurchaseModel.UpdateMysticalShopEvent!"); return 0; } Lua/Gen/SnxxzUIMysticalPurchaseModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 0f0947775c3397d4e9ee787fd92082d7 timeCreated: 1542787883 guid: 6e1a755e1f65708448dceca8b6c2ae6f timeCreated: 1542789677 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUINewBieCenterWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 3120188bfe20d184c9233a2772fc4a4e timeCreated: 1542787885 guid: 27d94d735ae38f143890a001d9941b5e timeCreated: 1542789673 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIOSGiftModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 4c03a7f30f91cac4c8eeb90295fd0f11 timeCreated: 1542787887 guid: e68a02949c361904996cbe52470702d2 timeCreated: 1542789683 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIOSRedEnvelopeModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 9c994a2f984e78341a33603617680940 timeCreated: 1542787891 guid: 0b7360ccc546c954fb5cfb767b8c8ac1 timeCreated: 1542789671 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIOSTimeLimitGiftModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 090f95406d7c77546b05b13378c42a39 timeCreated: 1542787883 guid: c50d79c8d8550ea4c903207fdc0619dc timeCreated: 1542789681 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIOffLineOnHookModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: a0e6de8162303ab4c85148616f20f2f2 timeCreated: 1542787891 guid: 288bc8f0f2b492c43b7e1abb0c93b271 timeCreated: 1542789673 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIOffLineTimeLackModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: b21b2c4766772f64a8daa87c8a5d2d27 timeCreated: 1542787892 guid: b38f6da1afb9cab4a8ebe956d0ef70dc timeCreated: 1542789680 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIOpenServerActivityCenterWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 805ea871fcb8c1543837c6b9d507e89a timeCreated: 1542787890 guid: a4b59e2b5f1c51c4bb0dc4cec7d66cae timeCreated: 1542789680 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIOpenServerActivityNotifyModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 4184c6949baa40d449ad751f9854f8de timeCreated: 1542787886 guid: a75be801f80356049a2e0800c8514bbb timeCreated: 1542789680 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIOperationTimeHeplerWrap.cs
@@ -21,14 +21,13 @@ { ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); System.Type type = typeof(Snxxz.UI.OperationTimeHepler); Utils.BeginObjectRegister(type, L, translator, 0, 26, 0, 0); Utils.BeginObjectRegister(type, L, translator, 0, 25, 0, 0); Utils.RegisterFunc(L, Utils.METHOD_IDX, "UpdateMultipleExp", _m_UpdateMultipleExp); Utils.RegisterFunc(L, Utils.METHOD_IDX, "UpdateConsumeRebate", _m_UpdateConsumeRebate); Utils.RegisterFunc(L, Utils.METHOD_IDX, "UpdateAccumulateRecharge", _m_UpdateAccumulateRecharge); Utils.RegisterFunc(L, Utils.METHOD_IDX, "UpdateFlashSale", _m_UpdateFlashSale); Utils.RegisterFunc(L, Utils.METHOD_IDX, "UpdateFlashRushToBuy", _m_UpdateFlashRushToBuy); Utils.RegisterFunc(L, Utils.METHOD_IDX, "UpdateMysticalPurchase", _m_UpdateMysticalPurchase); Utils.RegisterFunc(L, Utils.METHOD_IDX, "UpdateWishingWellInfo", _m_UpdateWishingWellInfo); Utils.RegisterFunc(L, Utils.METHOD_IDX, "UpdateGiftPackage", _m_UpdateGiftPackage); Utils.RegisterFunc(L, Utils.METHOD_IDX, "UpdateBossReborn", _m_UpdateBossReborn); @@ -227,34 +226,6 @@ HAA17_tagMCFlashSaleInfo _package = (HAA17_tagMCFlashSaleInfo)translator.GetObject(L, 2, typeof(HAA17_tagMCFlashSaleInfo)); gen_to_be_invoked.UpdateFlashRushToBuy( _package ); return 0; } } catch(System.Exception gen_e) { return LuaAPI.luaL_error(L, "c# exception:" + gen_e); } } [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] static int _m_UpdateMysticalPurchase(RealStatePtr L) { try { ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); Snxxz.UI.OperationTimeHepler gen_to_be_invoked = (Snxxz.UI.OperationTimeHepler)translator.FastGetCSObj(L, 1); { HAA17_tagMCFlashSaleInfo _package = (HAA17_tagMCFlashSaleInfo)translator.GetObject(L, 2, typeof(HAA17_tagMCFlashSaleInfo)); gen_to_be_invoked.UpdateMysticalPurchase( _package ); Lua/Gen/SnxxzUIOperationTimeHeplerWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: e0458a09f6f820d478da2e8608016ed8 timeCreated: 1542787894 guid: c1da5e6ed1826bb45a261d57439c0cf6 timeCreated: 1542789681 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIPKModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 09173b19584359c40a96db31bc369df7 timeCreated: 1542787883 guid: ff2ad26384e9c4c44bb3659fc84fb939 timeCreated: 1542789684 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIPackModelInterfaceWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: fe4e803dd1f904748b7dffe607094fa5 timeCreated: 1542787896 guid: f97bd5cb158e7c84792b879af71e31d0 timeCreated: 1542789684 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIPackSendQuestMgrWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: d9cdedbfa7439a84da13341ccd727b9c timeCreated: 1542787894 guid: 431f9417cee8a224fa6ffa39a745a8e0 timeCreated: 1542789675 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIPersonalBossModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 5b587077093835c46bea84ac4679c0c8 timeCreated: 1542787888 guid: 6f7079cfbbcfd2d4e8a4a4ba755b31d9 timeCreated: 1542789677 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIPlayerPackModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 37ed0c88e829dcc45a1a1ea464d9abef timeCreated: 1542787886 guid: ca5a3371c10a33f499a5765438d0cbee timeCreated: 1542789682 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIPlayerSuitModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: b7bee5b188cf848409e175fe4bfbbb56 timeCreated: 1542787892 guid: 295b6a9e0ff213944b3c9313fd5df193 timeCreated: 1542789673 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIPrayForDurgModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: a23ae4343691c594ab06e68b8982e2c2 timeCreated: 1542787891 guid: 5093dd8dccd0ffc4583099d1c2d68b1f timeCreated: 1542789675 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIPrayerModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 06b365e601fb4be4b9228779ec61bb25 timeCreated: 1542787883 guid: f9403e4630f3fc5478cd79acce0d4081 timeCreated: 1542789684 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIPreciousItemGetModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: c1071ba590d7b0742b423ca2d0cf18b5 timeCreated: 1542787893 guid: 1cc9cc8ffb4b42b4b8588096103346c2 timeCreated: 1542789673 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIRankModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: dec97c43a31de7644903f6ea6bb0a593 timeCreated: 1542787894 guid: 87f4f6943faef864aaf2a3a2e4c8c746 timeCreated: 1542789679 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIRealmBetterEquipModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: baf0f23b60be72d4da3c3f1ee98f9e7b timeCreated: 1542787893 guid: 5394c7fbf196b9a4eab534c240b7f963 timeCreated: 1542789676 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIRealmModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 28a383d36f8441a439791368bbaa997f timeCreated: 1542787885 guid: e89b5cefbd699924992bd979307ce9be timeCreated: 1542789683 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIRedEnvelopeModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: f8571c6f821dcaf46ac5255fae41c776 timeCreated: 1542787895 guid: b0baab9ef76072b40956c8409e0cb73a timeCreated: 1542789680 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIRedpointCenterWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 84950daff4fd42243a54c3ca7a60c32f timeCreated: 1542787890 guid: a0ab36028c9ef7b4a9ee0598af59866d timeCreated: 1542789679 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIRedpointWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: b63c7c8d4f45b7d4e9e9b208a10b0fdd timeCreated: 1542787892 guid: 6fe686db582793c4fa1f207ba4502658 timeCreated: 1542789677 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIResourcesBackModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 3485703792091aa45be9a6833e9ea912 timeCreated: 1542787885 guid: 47e4575cd41b3e64b98c6b07f3df3ffa timeCreated: 1542789675 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIRewardPreviewGroupWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: f81a640a860bfb54186dbef05c05f746 timeCreated: 1542787895 guid: 0bf5bb7b7d505f945b1444602423817a timeCreated: 1542789671 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIRidingAndPetActivationModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: a9475d3895c7e614e84497678697e802 timeCreated: 1542787892 guid: 7d9cbfb2f3cb4ef4997476166c75ebd2 timeCreated: 1542789678 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIRoleModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 1f7fa3d3fbe37644cbc99f9a592f014f timeCreated: 1542787884 guid: 010c47966f9b9164bbf31f61dae668f5 timeCreated: 1542789671 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIRoleParticularModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: b3ba5f66d94a1014e9a6f24795af7df8 timeCreated: 1542787892 guid: e07187f9b5216ca4b81abf50cf9332cf timeCreated: 1542789683 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIRolePointModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: a1efa7e5ef5f7f64ab25c7015aed2523 timeCreated: 1542787891 guid: b6df7d36a433a5247947b283f906c813 timeCreated: 1542789680 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIRolePromoteModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: e402d67ac516aad4bae8c85ee3ee2e97 timeCreated: 1542787894 guid: 38c134d9c115dbd4180fa42ccfbe0b6b timeCreated: 1542789674 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIRuneComposeModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: f8ea132119021784cb510543b59f47b2 timeCreated: 1542787896 guid: 52832d915ae39d2409d8473f22f49173 timeCreated: 1542789676 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIRuneModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 3ff6611ea24d78f46ad736c1a8ad6eb2 timeCreated: 1542787886 guid: 1e19041e473f41b4dade835092a7266b timeCreated: 1542789673 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIRuneTowerModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 250b9d14d9ed05942940e19c9aebebc2 timeCreated: 1542787885 guid: 5d797b770e8f4164daf5fdce8019e205 timeCreated: 1542789676 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUISetPrivateModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 4e20f35c8478f5041b12affc657abe30 timeCreated: 1542787887 guid: 0be4ca78de9687345bb3b4ef18baa86b timeCreated: 1542789671 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUISignInModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 56d677cb19ce21c489c1714382e03e55 timeCreated: 1542787888 guid: 854a6ebd3b9a10944a697b7d97dcaba9 timeCreated: 1542789678 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUISkillModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 538c156c270d40f4ca12913cc33a738a timeCreated: 1542787887 guid: c292fa3fe328a5b46a715d35cbd2ff15 timeCreated: 1542789681 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIStoryMissionsModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 908ec242bc44d56479e04689b480a86a timeCreated: 1542787890 guid: 99f62f19aed557649ba25b4b2a06fba6 timeCreated: 1542789679 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUITalentModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: c0d574567fac729488197d97f5156c36 timeCreated: 1542787893 guid: 6fa1c8ced3fac4345baf9ea51cbd43f8 timeCreated: 1542789677 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUITaskAllocationWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: c637f59cbf2f2434cad055d6310ccf17 timeCreated: 1542787893 guid: 82f6fccc511674f4984f208636a9221b timeCreated: 1542789678 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUITeamModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 8d4a48c51d317784bbfe7b166ea66808 timeCreated: 1542787890 guid: 4fb4960f223157e47aac6e71fc04ac16 timeCreated: 1542789675 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUITipPanelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 452506c54124914429d7253d293d88a7 timeCreated: 1542787886 guid: 3c80f1a0181df9a468ea1bfb3a4aec53 timeCreated: 1542789674 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUITitleModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 70c5135768e11d14e84238563ff4cc89 timeCreated: 1542787889 guid: 3542b5cce769e26439883aba69430d7c timeCreated: 1542789674 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUITreasureEffectModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 7a8a5b63386dfb04f840f71c1a4e0a0f timeCreated: 1542787889 guid: c4be420c146b060438d4a6f6336794ef timeCreated: 1542789681 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUITreasureFindHostModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 4c9515b57ae61ec4eb16e129a7bbd0be timeCreated: 1542787887 guid: c25c51b69d20873418fb05e93549cfdb timeCreated: 1542789681 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUITreasureModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 5a63c0acabba7bd4fab49770cae7c6ad timeCreated: 1542787888 guid: a6bc1aa4349cc83439c92ef4796305e8 timeCreated: 1542789680 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUITreasureSoulModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 93437921045e95f42a1acffe56b3f77b timeCreated: 1542787891 guid: 8bd6f495dedd51a46a74a824278cc866 timeCreated: 1542789679 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUITrialDungeonModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: dc725b12aef03de4ca15812710a8653d timeCreated: 1542787894 guid: 7b4abc2a3ca957b44a968e8033558a68 timeCreated: 1542789678 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIUI3DModelExhibitionWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: f89b526ca3d98864aadba11ebe90fa26 timeCreated: 1542787896 guid: 12598597a652e2b42b113679a5bf4bf4 timeCreated: 1542789672 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIVipInvestModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 198424cb419282a4eb5066aceb054e3b timeCreated: 1542787884 guid: 8b1987db7a470484dae7f3fd1db72def timeCreated: 1542789679 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIVipModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: d13901462bdad36488284d6104e72a4a timeCreated: 1542787894 guid: 315738d31a74fb64393860f94fd54e3b timeCreated: 1542789674 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIWelfareCenterWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: f7a4bad41434b5b4d8dddab337f5f573 timeCreated: 1542787895 guid: 4f195a50e42f8ce4a9c158b851384ba6 timeCreated: 1542789675 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIWheelOfFortuneModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 666d79c8ed5f62f41ac27086f49d335d timeCreated: 1542787888 guid: 82ef44cf21a8cfb43a66b0ab06f7634b timeCreated: 1542789678 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIWindowCenterWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: ebbb74276995b97429f6f1bd11a8770e timeCreated: 1542787895 guid: c86d95025e071234f9dd598f6ef86414 timeCreated: 1542789681 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIWingsRedDotWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: e40d28084961a044793db8f09160464a timeCreated: 1542787894 guid: 896b185c10edd6b45808617c8f1d2068 timeCreated: 1542789679 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIWishingPoolModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 2f0f90112c20c9b4392a05fed3eccda9 timeCreated: 1542787885 guid: 179295a50262be046be00a8397aeb9b0 timeCreated: 1542789672 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SnxxzUIWorldBossModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: dff502b2335bab34cb58954464eeda7c timeCreated: 1542787894 guid: 40e558ed931d2ae41ab298cf14318768 timeCreated: 1542789675 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SpeechTranslateWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: dc0acfe30aa585a48a1a3e24d7a71f92 timeCreated: 1542787894 guid: 17a9984a5cd08e34ab884caa4d6c71fb timeCreated: 1542789672 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/StageManagerWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 913320c5395282e4da3f313b78d3222b timeCreated: 1542787891 guid: 6d8d613eff156b8468e98bc7f3eeb1bc timeCreated: 1542789677 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/StatusMgrWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 50bd4480ffcbbe148b4d86ef70fb0866 timeCreated: 1542787887 guid: ee2bb110aab91814191301ea984f9857 timeCreated: 1542789683 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/StoreModelWrap.cs
@@ -21,7 +21,7 @@ { ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); System.Type type = typeof(StoreModel); Utils.BeginObjectRegister(type, L, translator, 0, 58, 27, 10); Utils.BeginObjectRegister(type, L, translator, 0, 59, 27, 10); Utils.RegisterFunc(L, Utils.METHOD_IDX, "Init", _m_Init); Utils.RegisterFunc(L, Utils.METHOD_IDX, "OnBeforePlayerDataInitialize", _m_OnBeforePlayerDataInitialize); @@ -45,6 +45,7 @@ Utils.RegisterFunc(L, Utils.METHOD_IDX, "RefreshBuyShopLimitModel", _m_RefreshBuyShopLimitModel); Utils.RegisterFunc(L, Utils.METHOD_IDX, "GetBuyShopLimit", _m_GetBuyShopLimit); Utils.RegisterFunc(L, Utils.METHOD_IDX, "SetRuneSource", _m_SetRuneSource); Utils.RegisterFunc(L, Utils.METHOD_IDX, "GetShopItemlistByIndex", _m_GetShopItemlistByIndex); Utils.RegisterFunc(L, Utils.METHOD_IDX, "TryGetShopItemInfo", _m_TryGetShopItemInfo); Utils.RegisterFunc(L, Utils.METHOD_IDX, "RefreshTCBPlayerData", _m_RefreshTCBPlayerData); Utils.RegisterFunc(L, Utils.METHOD_IDX, "GetTCBPlayerData", _m_GetTCBPlayerData); @@ -822,6 +823,35 @@ } [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] static int _m_GetShopItemlistByIndex(RealStatePtr L) { try { ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); StoreModel gen_to_be_invoked = (StoreModel)translator.FastGetCSObj(L, 1); { TableConfig.StoreConfig _storeConfig = (TableConfig.StoreConfig)translator.GetObject(L, 2, typeof(TableConfig.StoreConfig)); System.Collections.Generic.List<ShopItemInfo> gen_ret = gen_to_be_invoked.GetShopItemlistByIndex( _storeConfig ); 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_TryGetShopItemInfo(RealStatePtr L) { try { Lua/Gen/StoreModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: e134195e8cd3ca345b5a9c4a049bf7a9 timeCreated: 1542787894 guid: 164aa39925cedb2438117a5a6ede7e41 timeCreated: 1542789672 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/StoryHintModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 56afe689e71743a42a1ca6e9a1fb1c05 timeCreated: 1542787888 guid: 57f0dd429fbdbc54cae34b105f0ab6ce timeCreated: 1542789676 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SysNotifyMgrWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 02415f383fa2d0849b009dec4dfabc31 timeCreated: 1542787882 guid: 40fe2a17a6798cc4a882caf7e71f18f2 timeCreated: 1542789675 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SystemCollectionsGenericList1SystemInt32Wrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 75ac574ee912c7c41a1acbca24ffde2a timeCreated: 1542787889 guid: 7f1893d796d1fa94fa36426bc2965843 timeCreated: 1542789678 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SystemCollectionsIEnumeratorBridge.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 40e2a99bae8ec6e44b43bc11c7e2774e timeCreated: 1542787886 guid: 822f3e4391117494eaef4ad830ee2751 timeCreated: 1542789678 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SystemObjectWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 16508971ad7559743b5f236575b38bcb timeCreated: 1542787884 guid: 62542cdc4da26af44aaed12f3c11f7c3 timeCreated: 1542789676 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/SystemSettingWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 901654013191c7f40b70ff0972ab349f timeCreated: 1542787890 guid: ebd7ee352d228e94db0f1a0d0b614a17 timeCreated: 1542789683 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/TaiChiModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: ca7e287147e144743ad61f7b49874788 timeCreated: 1542787893 guid: 6c7952e1f4a41c344b1151aa02cba3ce timeCreated: 1542789677 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/TimeDownMgrWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 67f3d32132b68e5438a4914f98268fae timeCreated: 1542787888 guid: 2f268016181278b46a3bdc8850d3205e timeCreated: 1542789673 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/TimeMgrWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 81e2a637e649cc3468b89b5740a7c266 timeCreated: 1542787890 guid: f46cd0fb92220224ca20fbc6af163b43 timeCreated: 1542789684 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/TimeUtilityWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 06b4f981e4281e84f8f16332504a376e timeCreated: 1542787883 guid: 3f9d51ae352f8e2458d0804995f9df10 timeCreated: 1542789675 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/TransformExtensionWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 72284f1741151a949a6e0567aafc3753 timeCreated: 1542787889 guid: 6514703ebb7916f44874457055b168cc timeCreated: 1542789676 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UIEffectWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 66d55f7b43031804bb8d6ba6dd8a2501 timeCreated: 1542787888 guid: 59c130622e06a624c8f7a813ae8980d5 timeCreated: 1542789676 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UIHelperWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: a2f3cfb00ab96534391209c9853463e8 timeCreated: 1542787891 guid: d5a462752909cae498291208b8a2d835 timeCreated: 1542789682 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UILoaderWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 6f08ad16372eac64cb7efffd2737219f timeCreated: 1542787889 guid: 7e21841df217253489767d9a17153d9f timeCreated: 1542789678 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UIUtilityWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 9eb3402160686764089dc6279e2fa298 timeCreated: 1542787891 guid: 4737cca69ceb4fd4f94c8382165a314e timeCreated: 1542789675 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnionTaskModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 09e59d594beaeae49b3a658391140e46 timeCreated: 1542787883 guid: e1c8280687b3f764cac9c64749a3dcff timeCreated: 1542789683 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineAnimationClipWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 0b7dea3769d841140b9a51f5135f1d62 timeCreated: 1542787883 guid: c7569a236c9760840bec447ceec817f7 timeCreated: 1542789681 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineAnimationCurveWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 8dd14aafd4cff1943bde7ec5acdfe872 timeCreated: 1542787890 guid: 7115cfc72beb4d447a469885d955ff9d timeCreated: 1542789677 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineBehaviourWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: b6fa36db720ddd74ba3476555b39839a timeCreated: 1542787892 guid: 0dbe43e2202c42e48a194e017afc35c4 timeCreated: 1542789672 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineBoundsWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: a4c40633de9f3564cad1ce0e78061320 timeCreated: 1542787892 guid: 4e6a4247db787454d877da96a4f9e0cb timeCreated: 1542789675 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineColorWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: a2f5c386f05d6c84bafb0fe5c9480d80 timeCreated: 1542787891 guid: 4123dac3cfca9d342bbba92f423e5876 timeCreated: 1542789675 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineComponentWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 04369f2729aa9ed4bbad47efcbeedb6a timeCreated: 1542787882 guid: ffcd04cd2ce98fe4bba52c7c75d3ef39 timeCreated: 1542789685 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineDebugWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 4fd9a22dba0b6cb478727fc970344303 timeCreated: 1542787887 guid: f543b7eb3361d1646aa5cdf856ff9ae6 timeCreated: 1542789684 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineGameObjectWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: e3cf32ad984839346b4b501af7cb43b6 timeCreated: 1542787894 guid: fd298b5b25f472d4bbbd3e255238e1a4 timeCreated: 1542789684 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineKeyframeWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 29ec940883c598d4591248ba65b0f9d2 timeCreated: 1542787885 guid: 1b9b5724b58215046833ad9a33467304 timeCreated: 1542789672 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineLightWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 43577b1438879d444b53ceae6f024fdc timeCreated: 1542787886 guid: 1796fef401dca2b49b63e0de291f8dd6 timeCreated: 1542789672 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineMathfWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 7d10450be9a788a4ea008360dc55c01b timeCreated: 1542787889 guid: 2464e0d563e2d4f4e8661631cd3b1853 timeCreated: 1542789673 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineMonoBehaviourWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 5182be2698c20ca408bbd290fc1cf8fe timeCreated: 1542787887 guid: 57e1f223b7441c74eaaed112f32f4276 timeCreated: 1542789676 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineObjectWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 90518b0393b6e8b46b65b58631cbfffd timeCreated: 1542787890 guid: d2334dcae7d69cd409c6efb246c6e6b6 timeCreated: 1542789682 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineParticleSystemWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 7415a58abef3842439348fbcf95bacab timeCreated: 1542787889 guid: 39c32bef984ef484e99aedd81dc9be1f timeCreated: 1542789674 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineQuaternionWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 4c08cd6cc4b94ea49919300480a20205 timeCreated: 1542787887 guid: c9c4bc4b62136584a93f4fa13c661d00 timeCreated: 1542789682 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineRay2DWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 3c34141100e1b704dbe995ad5fe50ad6 timeCreated: 1542787886 guid: 88d577acadc3bcc4a9923785675d3d83 timeCreated: 1542789679 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineRayWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 52764894b667ee84ab9d4682c7fcc3b7 timeCreated: 1542787887 guid: 03b0cc9f5eac0174182e7d00e03d216a timeCreated: 1542789671 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineRendererWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: da197958de72f9a43a93aab20e613f41 timeCreated: 1542787894 guid: 636d7b332d92eaf4290bebbef9182f4a timeCreated: 1542789676 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineResourcesWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: a9bcca0d6a099154a96263eb4877569d timeCreated: 1542787892 guid: 0fc02a3f4bbd41a4b9af2fecead23f6d timeCreated: 1542789672 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineSkinnedMeshRendererWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: cd64f50f5cbb1b34b98c3354afe540e3 timeCreated: 1542787893 guid: f7adaf92af6cfde4eae80c32e354bd0b timeCreated: 1542789684 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineTextAssetWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: eaabaebc8b0bfbc4c9a208b686d23b4a timeCreated: 1542787895 guid: f1424a6b868452b4da46e73d11fdc678 timeCreated: 1542789684 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineTimeWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: cc441f23f2dc455468842f442b3ed200 timeCreated: 1542787893 guid: c6e561828e791734c9f1169f0a2b6219 timeCreated: 1542789681 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineTransformWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: f0b5cc7ada18f2e4790dd9ac6c764772 timeCreated: 1542787895 guid: 27ea589794e866340b8cfd604b8c3e64 timeCreated: 1542789673 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineUIButtonWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: aa5e2a628bf6e8d48a31775cb020d1e1 timeCreated: 1542787892 guid: fe789d4f79521ab4096a8f71b43e46a0 timeCreated: 1542789684 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineUIImageWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: dfaf4d57d9985a545ac490f61135dcbc timeCreated: 1542787894 guid: f892e67e8dd805d499e47a43c058f597 timeCreated: 1542789684 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineUITextWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 34ce20c88b695754ba0a2d6ab281a8c6 timeCreated: 1542787886 guid: 732e783f81a83e14e8cdc0baccffeee9 timeCreated: 1542789677 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineVector2Wrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 8caef6662e7b22843ab215fcab3e8403 timeCreated: 1542787890 guid: 1ee87da8277f62249b5ad6b9706f2282 timeCreated: 1542789673 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineVector3Wrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 40ae69aab76fcfe4dbe23c68248da28f timeCreated: 1542787886 guid: a07f30e386d2f6540bb9c4708d685418 timeCreated: 1542789679 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineVector4Wrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: fb7f8f9da10516b41aceb300d781c501 timeCreated: 1542787896 guid: 1c7d1da32a269dc47915473fa1c87df2 timeCreated: 1542789672 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/UnityEngineWWWWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 1607f343310c34d498778541b3f9ca3f timeCreated: 1542787884 guid: edcfec831a0496b4c9250b4f3b169da5 timeCreated: 1542789683 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/VoiceHttpRequestWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 31aec854cb59850438b135c280464adf timeCreated: 1542787885 guid: a8ae24a5d19c30b4fbe3ef211808c940 timeCreated: 1542789680 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/WashProModelWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 0f9c3c0e20bf46f4094882ba3ca37657 timeCreated: 1542787883 guid: 19d96167c7c8cbc4086963374d7e50eb timeCreated: 1542789672 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/WindowJumpMgrWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: ab4d3295967f62a4cb25d3be104e027b timeCreated: 1542787892 guid: 4c7103d4cb4d58b40bd056ba0d72bea4 timeCreated: 1542789675 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/WorldMapSkipWrap.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 04bb6025230e79a4dbfef37c9e8e1233 timeCreated: 1542787882 guid: feaa4dacd000a82468e6ed9dd02dc693 timeCreated: 1542789684 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/WrapPusher.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: f020f5fb6527cb64a97e02ba662346ea timeCreated: 1542787895 guid: f145ec802b6c055479f081527d83f647 timeCreated: 1542789684 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/XLuaGenAutoRegister.cs.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: c766aff6763d64444b7dbd699c35024f timeCreated: 1542787893 guid: 8babb5fb6c492df4199b8f2698b16386 timeCreated: 1542789679 licenseType: Pro MonoImporter: serializedVersion: 2 Lua/Gen/link.xml.meta
@@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: 0ad96c6c44d35fa4ab61ba176df0e884 timeCreated: 1542787896 guid: 9b295ed99fb918f4490d2bbafe31d761 timeCreated: 1542789685 licenseType: Pro TextScriptImporter: userData: System/OpenServerActivity/MysticalPurchaseModel.cs
@@ -3,436 +3,173 @@ using System.Linq; using System.Text; using UnityEngine; using TableConfig; namespace Snxxz.UI { [XLua.LuaCallCSharp] public class MysticalPurchaseModel : Model,IBeforePlayerDataInitialize,IPlayerLoginOk,IOpenServerActivity public class MysticalPurchaseModel : Model, IBeforePlayerDataInitialize, IPlayerLoginOk,IOpenServerActivity { public event Action UpdateMysticalShopEvent; public event Action<int> onStateUpate; StoreModel storeModel { get { return ModelCenter.Instance.GetModel<StoreModel>(); } } public override void Init() { OperationTimeHepler.Instance.operationStartEvent += OperationStartEvent; OperationTimeHepler.Instance.operationEndEvent += OperationEndEvent; OperationTimeHepler.Instance.operationAdvanceEvent += OperationAdvanceEvent; OpenServerActivityCenter.Instance.Register((int)OpenServerActivityCenter.OSActivityType.MysticalPurchase, this); } public void OnBeforePlayerDataInitialize() { fullSeverBuyInfoDict.Clear(); storeModel.RefreshBuyShopLimitEvent -= UpdateBuyTimes; mysticalShopDict.Clear(); } public void OnPlayerLoginOk() { UpdateRedpoint(); storeModel.RefreshBuyShopLimitEvent += UpdateBuyTimes; } public override void UnInit() { OperationTimeHepler.Instance.operationStartEvent -= OperationStartEvent; OperationTimeHepler.Instance.operationEndEvent -= OperationEndEvent; OperationTimeHepler.Instance.operationAdvanceEvent -= OperationAdvanceEvent; } public bool IsOpen { get { var operation = GetOperationFlashRushToBuy(); if (operation != null) List<MysticalShop> mysticalShops = null; return TryGetCurSellShop(out mysticalShops); } } public bool IsAdvance { get { return false; } } public bool priorityOpen { get { return false; } } /// <summary> /// 更新物品购买次数 /// </summary> private void UpdateBuyTimes() { if (UpdateMysticalShopEvent != null) { UpdateMysticalShopEvent(); } if (onStateUpate != null) { onStateUpate((int)OpenServerActivityCenter.OSActivityType.MysticalPurchase); } } public void UpdateSellTimeEnd() { if (UpdateMysticalShopEvent != null) { UpdateMysticalShopEvent(); } if (onStateUpate != null) { onStateUpate((int)OpenServerActivityCenter.OSActivityType.MysticalPurchase); } } public bool TryGetCurSellShop(out List<MysticalShop> mysticals) { mysticals = new List<MysticalShop>(); var mysticalShops = mysticalShopDict.Values.ToList(); mysticalShops.Sort(CompareBySellTime); for(int i = 0; i < mysticalShops.Count; i++) { var mystical = mysticalShops[i]; if (!mystical.IsSellOut() && mystical.GetRemainSellTime() > 0) { return operation.SatisfyOpenCondition(); } return false; } } public bool priorityOpen { get { return flashRushToBuyRedpoint.state == RedPointState.Simple; } } public bool IsAdvance { get { return OperationTimeHepler.Instance.SatisfyAdvanceCondition(Operation.MysticalPurchase); } } public void SetDefaultSelectSaleTime() { OperationFlashRushToBuy operation = GetOperationFlashRushToBuy(); int seconds = 0; if (presentFlashShop != null) { int buyState = operation.GetBuyTimeState(TimeUtility.ServerNow,presentFlashShop.dayIndex,presentFlashShop.timeIndex, out seconds); if(buyState != 1) { return; mysticals.Add(mystical); } } OperationTime operationTime; OperationFlashRushToBuy.FlashSaleShop saleShop = null; var flashRushToBuySate = GetActivityState(out seconds, out operationTime, out saleShop); if(flashRushToBuySate != FlashRushToBuySate.End) { presentFlashShop = saleShop; } else { presentFlashShop = null; } return mysticals.Count > 0; } public event Action UpdatePresentFlashShopCloseEvent; public void PresentFlashShopActivityClose() public int CompareBySellTime(MysticalShop start, MysticalShop end) { SetDefaultSelectSaleTime(); if (UpdatePresentFlashShopCloseEvent != null) { UpdatePresentFlashShopCloseEvent(); } int x = start.GetRemainSellTime(); int y = end.GetRemainSellTime(); if (x.CompareTo(y) != 0) return x.CompareTo(y); return 0; } public void ResetFlashShop() { presentFlashShop = null; } #region 本地数据处理 public OperationFlashRushToBuy.FlashSaleShop presentFlashShop { get; private set; } public event Action UpdateSelectSaleTimeEvent; public void UpdateSelectFlashSaleTime(int dayIndex,int timeIndex) { presentFlashShop = null; OperationFlashRushToBuy operation = GetOperationFlashRushToBuy(); if(operation != null) { OperationFlashRushToBuy.FlashSaleShop flashShop; operation.TryGetFlashShop(dayIndex, timeIndex, out flashShop); presentFlashShop = flashShop; if(UpdateSelectSaleTimeEvent != null) { UpdateSelectSaleTimeEvent(); } } } public OperationFlashRushToBuy GetOperationFlashRushToBuy() { OperationBase operationBase; if (OperationTimeHepler.Instance.TryGetOperationTime(Operation.MysticalPurchase, out operationBase)) { return operationBase as OperationFlashRushToBuy; } return null; } #endregion #region 协议 public event Action UpdateAllAppointmentEvent; public event Action<int> UpdateAppointmentEvent; public void UpdateFlashSaleAppointmentInfo(HAA18_tagMCFlashSaleAppointmentInfo appointmentInfo) private Dictionary<int, MysticalShop> mysticalShopDict = new Dictionary<int, MysticalShop>(); public void UpdateMysticalShopInfo(HA806_tagMCMysticalShopTimeInfo info) { var operation = GetOperationFlashRushToBuy(); if (operation == null) return; if (appointmentInfo.IsAll == 1) mysticalShopDict.Clear(); for (int i = 0; i < info.Count; i++) { for (int j = 0; j < operation.flashShops.Count; j++) var shopInfo = info.ShopTimeList[i]; MysticalShop mystical = new MysticalShop((int)shopInfo.GoodsID,(int)shopInfo.StartTime); if(!mysticalShopDict.ContainsKey((int)shopInfo.GoodsID)) { var saleItems = operation.flashShops[j].items; for (int k = 0; k < saleItems.Length; k++) { saleItems[k].isAppointment = 0; } } } for (int i = 0; i < appointmentInfo.GoodsCount; i++) { var saleItemInfo = appointmentInfo.GoodsList[i]; if (appointmentInfo.GoodsCount < 2 && saleItemInfo.State == 1) { SysNotifyMgr.Instance.ShowTip("FlashRushToBuy1"); } for (int j = 0; j < operation.flashShops.Count; j++) { var saleItems = operation.flashShops[j].items; for (int k = 0; k < saleItems.Length; k++) { if (saleItems[k].shopGuid == saleItemInfo.GoodsMark) { if(saleItems[k].isAppointment != saleItemInfo.State) { saleItems[k].isAppointment = saleItemInfo.State; if(UpdateAppointmentEvent != null && appointmentInfo.IsAll != 1) { UpdateAppointmentEvent((int)saleItemInfo.GoodsMark); } } } } } } if(appointmentInfo.IsAll == 1) { if (UpdateAllAppointmentEvent != null) { UpdateAllAppointmentEvent(); } } } public event Action<int>UpdateFullSeverBuyEvent; private Dictionary<int, int> fullSeverBuyInfoDict = new Dictionary<int, int>(); public void UpdateFullSeverBuyInfo(HA906_tagGCStoreServerBuyCntInfo buyCntInfo) { for(int i = 0; i < buyCntInfo.Count; i++) { var info = buyCntInfo.InfoList[i]; if(!fullSeverBuyInfoDict.ContainsKey((int)info.GoodsID)) { fullSeverBuyInfoDict.Add((int)info.GoodsID,(int)info.BuyCnt); mysticalShopDict.Add((int)shopInfo.GoodsID,mystical); } else { fullSeverBuyInfoDict[(int)info.GoodsID] = (int)info.BuyCnt; } if (UpdateFullSeverBuyEvent != null) { UpdateFullSeverBuyEvent((int)info.GoodsID); mysticalShopDict[(int)shopInfo.GoodsID] = mystical; } } } public int GetFullServerBuyCntById(int goodsId) { int buyCnt = 0; fullSeverBuyInfoDict.TryGetValue(goodsId,out buyCnt); return buyCnt; if(UpdateMysticalShopEvent != null) { UpdateMysticalShopEvent(); } if (onStateUpate != null) { onStateUpate((int)OpenServerActivityCenter.OSActivityType.MysticalPurchase); } } /// <summary> /// 限时抢购预约 /// </summary> public void SendFlashSaleAppointment(int shopGuid,int state) public MysticalShop GetMysticalShop(int shopId) { CAA05_tagCMFlashSaleAppointment appointment = new CAA05_tagCMFlashSaleAppointment(); appointment.GoodsID = (uint)shopGuid; appointment.State = (byte)state; GameNetSystem.Instance.SendInfo(appointment); MysticalShop mystical = null; mysticalShopDict.TryGetValue(shopId,out mystical); return mystical; } #endregion /// <summary> /// 获得限时抢购活动状态 /// </summary> /// <param name="seconds"></param> /// <returns></returns> public FlashRushToBuySate GetActivityState(out int seconds,out OperationTime operationTime,out OperationFlashRushToBuy.FlashSaleShop saleShop) public class MysticalShop { seconds = 0; saleShop = null; operationTime = default(OperationTime); var operation = GetOperationFlashRushToBuy(); if (!IsOpen || operation == null) return FlashRushToBuySate.NoOpen; public int shopdId; public int sellTime; public StoreConfig storeConfig; StoreModel storeModel { get { return ModelCenter.Instance.GetModel<StoreModel>(); } } int openState = 0; int endState = 0; int openSeconds = 0; int endSeconds = 0; for(int i = 0; i < operation.flashShops.Count;i++) public MysticalShop(int id,int sellTime) { OperationFlashRushToBuy.FlashSaleShop openSaleShop = operation.flashShops[i]; operationTime = operation.times[openSaleShop.timeIndex]; openState = operation.GetBuyTimeState(TimeUtility.ServerNow, openSaleShop.dayIndex, openSaleShop.timeIndex, out openSeconds); if(openState != 1) { saleShop = openSaleShop; break; } } if(operation.flashShops.Count > 0) { OperationFlashRushToBuy.FlashSaleShop endSaleShop = operation.flashShops[operation.flashShops.Count - 1]; endState = operation.GetBuyTimeState(TimeUtility.ServerNow, endSaleShop.dayIndex, endSaleShop.timeIndex, out endSeconds); this.shopdId = id; this.sellTime = sellTime; this.storeConfig = Config.Instance.Get<StoreConfig>(shopdId); } switch(openState) /// <summary> ///是否卖光 /// </summary> /// <returns></returns> public bool IsSellOut() { case -1: seconds = openSeconds; return FlashRushToBuySate.InAdvance; case 0: return FlashRushToBuySate.Begining; int remainNum = 0; return storeModel.TryGetIsSellOut(storeConfig,out remainNum); } switch(endState) public int GetRemainSellTime() { case -1: return FlashRushToBuySate.Begining; case 0: return FlashRushToBuySate.Begining; case 1: return FlashRushToBuySate.End; default: return FlashRushToBuySate.NoOpen; int seconds = sellTime + storeConfig.LimitValue; DateTime endTime = TimeUtility.GetTime((uint)seconds); int endSec = Mathf.CeilToInt((float)(endTime - TimeUtility.ServerNow).TotalSeconds); return endSec > 0 ? endSec : 0; } } public bool CheckIsPush(out OperationFlashRushToBuy.FlashSaleShop saleShop) { int seconds = 0; OperationTime operationTime; saleShop = null; var buyState = GetActivityState(out seconds,out operationTime,out saleShop); switch (buyState) { case FlashRushToBuySate.NoOpen: break; case FlashRushToBuySate.InAdvance: if(saleShop != null && seconds <= 180) { for(int i = 0; i < saleShop.items.Length; i++) { if(saleShop.items[i].isAppointment == 1) { return true; } } } break; case FlashRushToBuySate.Begining: if (saleShop != null) { for (int i = 0; i < saleShop.items.Length; i++) { var saleItem = saleShop.items[i]; if(GetSellSate(saleItem) == 0) { return true; } } } break; case FlashRushToBuySate.End: break; } return false; } /// <summary> /// 0 秒杀 1 已买到 2 已抢光 /// </summary> /// <returns></returns> private int GetSellSate(OperationFlashRushToBuy.FlashSaleItem saleItem) { var buyInfo = storeModel.GetBuyShopLimit((uint)saleItem.shopId); var buyCount = 0; int fullRemainNum = saleItem.fullServerLimitNum - GetFullServerBuyCntById(saleItem.shopId); if (buyInfo != null) { buyCount = buyInfo.BuyCnt; } if (buyCount >= saleItem.limitNum) { return 1; } if (fullRemainNum <= 0) { return 2; } return 0; } private void OperationEndEvent(Operation type, int state) { if (type == Operation.MysticalPurchase && state == 0) { UpdateRedpoint(); if (onStateUpate != null) { onStateUpate((int)OpenServerActivityCenter.OSActivityType.MysticalPurchase); } } } private void OperationAdvanceEvent(Operation type) { if (type == Operation.MysticalPurchase) { if (onStateUpate != null) { onStateUpate((int)OpenServerActivityCenter.OSActivityType.MysticalPurchase); } } } private void OperationStartEvent(Operation type, int state) { if (type == Operation.MysticalPurchase && state == 0) { UpdateRedpoint(); if (onStateUpate != null) { onStateUpate((int)OpenServerActivityCenter.OSActivityType.MysticalPurchase); } } } public void SetDayRemind() { if (flashRushToBuyRedpoint.state == RedPointState.Simple) { SetAlreadyOpenSaleTime(); UpdateRedpoint(); } } public Redpoint flashRushToBuyRedpoint = new Redpoint(MainRedDot.REDPOINT_OPENSERVER, 20914); public event Action<int> onStateUpate; public void SetAlreadyOpenSaleTime() { int seconds = 0; OperationTime operationTime; OperationFlashRushToBuy.FlashSaleShop saleShop = null; var buyState = GetActivityState(out seconds, out operationTime, out saleShop); if(buyState == FlashRushToBuySate.Begining) { int key = saleShop.dayIndex * 100 + saleShop.timeIndex; } } private void UpdateRedpoint() { flashRushToBuyRedpoint.state = RedPointState.None; int seconds = 0; OperationTime operationTime; OperationFlashRushToBuy.FlashSaleShop saleShop = null; var buyState = GetActivityState(out seconds, out operationTime, out saleShop); if(buyState == FlashRushToBuySate.Begining) { int key = saleShop.dayIndex * 100 + saleShop.timeIndex; } } public enum FlashRushToBuySate { NoOpen, //活动未开启 InAdvance,//提前 Begining, //活动中 End, //结束 } } } System/OpenServerActivity/MysticalPurchaseSaleItem.cs
@@ -1,6 +1,7 @@ using UnityEngine; using UnityEngine.UI; using System.Collections.Generic; using System; namespace Snxxz.UI { @@ -11,20 +12,91 @@ [SerializeField] Text presentPrice; [SerializeField] Image presentMoneyIcon; [SerializeField] Button buybtn; [SerializeField] GameObject stateImg; [SerializeField] Text saleTime; [SerializeField] Image zheImg; [SerializeField] List<CommonItemBaisc> itemBaiscs = new List<CommonItemBaisc>(); MysticalPurchaseModel.MysticalShop mysticalShop = null; StoreModel storeModel { get { return ModelCenter.Instance.GetModel<StoreModel>(); } } ItemTipsModel tipsModel { get { return ModelCenter.Instance.GetModel<ItemTipsModel>(); } } MysticalPurchaseModel purchaseModel { get { return ModelCenter.Instance.GetModel<MysticalPurchaseModel>(); } } public void SetDisplay(int index) private void Awake() { if (purchaseModel.presentFlashShop == null) return; var saleItem = purchaseModel.presentFlashShop.items[index]; originalMoneyIcon.SetIconWithMoneyType(saleItem.moneyType); presentMoneyIcon.SetIconWithMoneyType(saleItem.moneyType); originalPrice.text = saleItem.moneyOriginal.ToString(); presentPrice.text = saleItem.moneyNumber.ToString(); buybtn.AddListener(ClickBuy); } private void OnEnable() { GlobalTimeEvent.Instance.secondEvent += UpdateSecond; } private void OnDisable() { GlobalTimeEvent.Instance.secondEvent -= UpdateSecond; } public void SetDisplay(MysticalPurchaseModel.MysticalShop _mysticalShop) { this.mysticalShop = _mysticalShop; originalPrice.text = mysticalShop.storeConfig.MoneyOriginal.ToString(); presentPrice.text = mysticalShop.storeConfig.MoneyNumber.ToString(); originalMoneyIcon.SetIconWithMoneyType(mysticalShop.storeConfig.MoneyType); presentMoneyIcon.SetIconWithMoneyType(mysticalShop.storeConfig.MoneyType); int remianTime = mysticalShop.GetRemainSellTime(); saleTime.text = Language.Get("MysticalPurchase101", TimeUtility.SecondsToHMS(remianTime)); if (string.IsNullOrEmpty(mysticalShop.storeConfig.SalesStatus)) { zheImg.gameObject.SetActive(false); } else { zheImg.gameObject.SetActive(true); zheImg.SetSprite(mysticalShop.storeConfig.SalesStatus); zheImg.SetNativeSize(); } var items = storeModel.GetShopItemlistByIndex(mysticalShop.storeConfig); for(int i = 0; i < itemBaiscs.Count; i++) { var itemBaisc = itemBaiscs[i]; if(i < items.Count) { var itemInfo = items[i]; itemBaisc.gameObject.SetActive(true); ItemCellModel cellModel = new ItemCellModel(itemInfo.itemId,false, (ulong)itemInfo.count,itemInfo.isBind); itemBaisc.Init(cellModel); itemBaisc.cellBtn.RemoveAllListeners(); itemBaisc.cellBtn.AddListener(()=> { ItemAttrData attrData = new ItemAttrData(itemInfo.itemId, false, (ulong)itemInfo.count,-1 ,itemInfo.isBind); tipsModel.SetItemTipsModel(attrData); }); } else { itemBaisc.gameObject.SetActive(false); } } } private void UpdateSecond() { if (mysticalShop == null) return; int remianTime = mysticalShop.GetRemainSellTime(); saleTime.text = Language.Get("MysticalPurchase101", TimeUtility.SecondsToHMS(remianTime)); if (remianTime <= 0) { purchaseModel.UpdateSellTimeEnd(); } } private void ClickBuy() { if (mysticalShop == null) return; storeModel.SendBuyShopItem(this.mysticalShop.storeConfig,1); } } } System/OpenServerActivity/MysticalPurchaseWin.cs
@@ -19,8 +19,7 @@ Vector3 startPos = Vector3.zero; StoreModel storeModel { get { return ModelCenter.Instance.GetModel<StoreModel>(); } } MysticalPurchaseModel purchaseModel { get { return ModelCenter.Instance.GetModel<MysticalPurchaseModel>(); } } OperationMysticalPurchase operation = null; int moneyType = 0; #region Built-in protected override void BindController() { @@ -32,9 +31,9 @@ } protected override void OnPreOpen() { OperationTimeHepler.Instance.operationStartEvent += OperationStartEvent; OperationTimeHepler.Instance.operationTimeUpdateEvent += OperationTimeUpdateEvent; PlayerDatas.Instance.PlayerDataRefreshInfoEvent += UpdateMoney; purchaseModel.UpdateMysticalShopEvent += UpdateSaleItems; storeModel.RefreshBuyShopLimitEvent += UpdateMoney; SetDisplay(); } protected override void OnAfterOpen() @@ -44,9 +43,8 @@ protected override void OnPreClose() { OperationTimeHepler.Instance.operationStartEvent -= OperationStartEvent; OperationTimeHepler.Instance.operationTimeUpdateEvent -= OperationTimeUpdateEvent; PlayerDatas.Instance.PlayerDataRefreshInfoEvent -= UpdateMoney; purchaseModel.UpdateMysticalShopEvent -= UpdateSaleItems; storeModel.RefreshBuyShopLimitEvent -= UpdateMoney; saleItemsContent.anchoredPosition3D = startPos; } protected override void OnAfterClose() @@ -57,74 +55,45 @@ private void SetDisplay() { operation = null; OperationBase operationBase; if (OperationTimeHepler.Instance.TryGetOperationTime(Operation.MysticalPurchase, out operationBase)) { operation = operationBase as OperationMysticalPurchase; } if(operation != null) { opreationTimeText.text = StringUtility.Contact(Language.Get("ExpActivity_Text1"), UIHelper.AppendStringColor(TextColType.Green, operation.ToDisplayTime())); UpdateMoneyInfo(); activityOpenObj.SetActive(true); activityCloseObj.SetActive(false); UpdateSaleItems(); } UpdateSaleItems(); UpdateMoneyInfo(); } private void UpdateSaleItems() { if (operation == null) return; List<OperationMysticalPurchase.FlashSaleItem> flashSaleItems = null; for(int i = 0; i < saleItems.Count; i++) List<MysticalPurchaseModel.MysticalShop> mysticalShops = null; bool isHaveSell = purchaseModel.TryGetCurSellShop(out mysticalShops); activityCloseObj.SetActive(!isHaveSell); activityOpenObj.SetActive(isHaveSell); if (isHaveSell) { var saleItem = saleItems[i]; if (i < flashSaleItems.Count) for (int i = 0; i < saleItems.Count; i++) { saleItem.SetDisplay(i); saleItem.gameObject.SetActive(true); } else { saleItem.gameObject.SetActive(false); var saleItem = saleItems[i]; if (i < mysticalShops.Count) { var mysticalShop = mysticalShops[i]; moneyType = mysticalShop.storeConfig.MoneyType; saleItem.SetDisplay(mysticalShop); saleItem.gameObject.SetActive(true); } else { saleItem.gameObject.SetActive(false); } } } } private void UpdateMoneyInfo() { if (operation == null) return; var moneyType = 1; moneyIcon.SetIconWithMoneyType(moneyType); moneyNumText.text = UIHelper.GetMoneyCnt(moneyType).ToString(); } private void UpdateMoney(PlayerDataRefresh type) private void UpdateMoney() { if (type != PlayerDataRefresh.Gold) return; UpdateMoneyInfo(); } private void OperationTimeUpdateEvent(Operation type) { if (type == Operation.MysticalPurchase) { SetDisplay(); } } private void OperationStartEvent(Operation type, int state) { if (type == Operation.MysticalPurchase && state == 0) { SetDisplay(); } } } } System/OpenServerActivity/OpenServerActivityWin.cs
@@ -564,6 +564,9 @@ case 17: WindowCenter.Instance.Open<AccumulateRechargeWin>(true); break; case 18: WindowCenter.Instance.Open<MysticalPurchaseWin>(true); break; } } @@ -585,24 +588,11 @@ private void CloseOtherWin() { WindowCenter.Instance.CloseImmediately<ImpactRankWin>(); WindowCenter.Instance.CloseImmediately<OpenServerRedEnvelopeWin>(); WindowCenter.Instance.CloseImmediately<OSTimeLimitGiftWin>(); WindowCenter.Instance.CloseImmediately<FlashSaleWin>(); WindowCenter.Instance.CloseImmediately<ConsumeRebateWin>(); WindowCenter.Instance.CloseImmediately<MultipleExpWin>(); WindowCenter.Instance.CloseImmediately<NPracticePointWin>(); WindowCenter.Instance.CloseImmediately<BossRebornWin>(); WindowCenter.Instance.CloseImmediately<OpenServerGiftWin>(); WindowCenter.Instance.CloseImmediately<LimitedTimePackageWin>(); WindowCenter.Instance.CloseImmediately<FairyJadeInvestmentWin>(); WindowCenter.Instance.CloseImmediately<VipInvestWin>(); WindowCenter.Instance.CloseImmediately<FairyLeagueNoticeWin>(); WindowCenter.Instance.CloseImmediately<FairyGrabBossNoticeWin>(); WindowCenter.Instance.CloseImmediately<FlashRushToBuyWin>(); WindowCenter.Instance.CloseImmediately<WishingPoolWin>(); WindowCenter.Instance.CloseImmediately<WheelOfFortuneWin>(); WindowCenter.Instance.CloseImmediately<AccumulateRechargeWin>(); var children = WindowConfig.Get().FindChildWindows("OpenServerActivityWin"); foreach (var window in children) { WindowCenter.Instance.Close(window); } } private int Compare(int order_x, int order_y) System/OpenServerActivity/OperationMysticalPurchase.cs
File was deleted System/Store/StoreModel.cs
@@ -734,7 +734,7 @@ } List<ShopItemInfo> shopItemlist = new List<ShopItemInfo>(); private List<ShopItemInfo> GetShopItemlistByIndex(StoreConfig storeConfig) public List<ShopItemInfo> GetShopItemlistByIndex(StoreConfig storeConfig) { if (storeConfig == null) return null; System/Welfare/OperationTimeHepler.cs
@@ -296,46 +296,6 @@ } /// <summary> /// 神秘限购 /// </summary> /// <param name="package"></param> public void UpdateMysticalPurchase(HAA17_tagMCFlashSaleInfo package) { OperationBase operationBase = null; operationDict.TryGetValue(Operation.MysticalPurchase, out operationBase); if (string.IsNullOrEmpty(package.StartDate) || string.IsNullOrEmpty(package.EndtDate)) { ForceStopOperation(Operation.MysticalPurchase); } else { if (operationBase == null) { operationBase = new OperationMysticalPurchase(); operationDict.Add(Operation.MysticalPurchase, operationBase); } OperationMysticalPurchase operation = operationBase as OperationMysticalPurchase; operation.Reset(); operation.limitLv = package.LimitLV; operation.startDate = ParseOperationDate(package.StartDate); operation.endDate = ParseOperationDate(package.EndtDate); operation.dayReset = package.IsDayReset == 1; operation.inAdvanceMinute = package.AdvanceMinutes; for (int i = 0; i < package.ActivityTimeCount; i++) { operation.times.Add(ParseOperationTime(package.ActivityTime[i].StartTime, package.ActivityTime[i].EndtTime)); } operation.ParsePackage(package); if (operationTimeUpdateEvent != null) { operationTimeUpdateEvent(Operation.MysticalPurchase); } } } /// <summary> /// 许愿池 /// </summary> /// <param name="package"></param> @@ -800,7 +760,6 @@ FlashRushToBuy, //限时抢购 WishingWellInfo, //许愿池 AccumulateRecharge,//累计充值 MysticalPurchase, //神秘限购 max, } } System/WindowBase/ModelCenter.cs
@@ -209,6 +209,7 @@ RegisterModel<FBHelpPointExchageModel>(); RegisterModel<IceCrystalVeinModel>(); RegisterModel<DungeonAssistModel>(); RegisterModel<MysticalPurchaseModel>(); inited = true; }