关闭声音log

dev_chengFeng
gaoxin 2020-08-27 17:02:34 +08:00
parent e62b745e1a
commit 4daa2b7a39
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
--region *.lua
--Date
--此文件由[BabeLua]插件自动生成
local _IsLog = true
local _IsLog = false
local function __DebugLog(content)
if _IsLog then
Log("<color=#aaaa55>"..content.."</color>")