12 lines
272 B
Lua
12 lines
272 B
Lua
|
--作者: cy
|
||
|
--日期: 2019-04-26
|
||
|
--文件: BossInfoTipsSystem.lua
|
||
|
--模块: BossInfoTipsSystem
|
||
|
--描述: 1.前往BOSS所在地system
|
||
|
------------------------------------------------
|
||
|
|
||
|
local BossInfoTipsSystem = {
|
||
|
CustomCfgID = 0,
|
||
|
}
|
||
|
|
||
|
return BossInfoTipsSystem
|