From 05279cc3c1a8bba5e0313f23eeb3cf3702a741fd Mon Sep 17 00:00:00 2001 From: jiaoyangna <3046463818@qq.com> Date: Mon, 31 May 2021 10:41:12 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E5=B0=8F=E6=B8=B8=E6=88=B2=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=8F=90=E4=BA=A4"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit ec83a6301af79879ea88d7de0a26246ed06393ec. --- .../~Lua/Modules/Map/TrialMiniGame/Logic/Game_17.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Map/TrialMiniGame/Logic/Game_17.lua b/Assets/ManagedResources/~Lua/Modules/Map/TrialMiniGame/Logic/Game_17.lua index 359cfa72e0..42b4bcbafe 100644 --- a/Assets/ManagedResources/~Lua/Modules/Map/TrialMiniGame/Logic/Game_17.lua +++ b/Assets/ManagedResources/~Lua/Modules/Map/TrialMiniGame/Logic/Game_17.lua @@ -56,11 +56,11 @@ function this.Show() Util.AddOnceClick(this.btnStart,function() this.btnStart:GetComponent("Button").interactable = false TrialMiniGameManager.GameOperate(0, function(msg) - --转起来 + --转起来 + this.test(msg.drop.itemlist[1].itemId) id = msg.drop.itemlist[1].itemId num = msg.drop.itemlist[1].itemNum LogYellow("掉落的Id:"..id.." 数量:"..num) - this.test(msg.drop.itemlist[1].itemId) --4秒后显示掉落 -- Timer.New(function() -- if TrialMiniGameManager.IsGameDone() then