关闭战斗log

dev_chengFeng
gaoxin 2020-09-05 20:40:33 +08:00
parent f9350d662f
commit b62fe63c84
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
BattleLogManager = {}
local this = BattleLogManager
local isLog = true
local isLog = false and AppConst.platform == "EDITOR"
local function pairsByKeys(t)
local a = {}