源战役客户端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

11 lines
275 B

Config = Config or {}
Config.ConfigSceneDangerEffect = Config.ConfigSceneDangerEffect or {}
--场景类型
Config.ConfigSceneDangerEffect.Type = {
[2] = true,--副本场景
[3] = true,--boss场景
[7] = true,--巅峰竞技
[13] = true,--彩钻大战
[14] = true,--1Vn
}