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