关闭战斗log
parent
f9350d662f
commit
b62fe63c84
|
@ -1,6 +1,6 @@
|
|||
BattleLogManager = {}
|
||||
local this = BattleLogManager
|
||||
local isLog = true
|
||||
local isLog = false and AppConst.platform == "EDITOR"
|
||||
|
||||
local function pairsByKeys(t)
|
||||
local a = {}
|
||||
|
|
Loading…
Reference in New Issue