源战役客户端
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.
 
 
 
 
 

17 rivejä
268 B

Config = Config or {}
Config.ConfigEffectsSpeed = Config.ConfigEffectsSpeed or {}
Config.ConfigEffectsSpeed = {
--主角传送动作特效速度配置
ModelRoleTransferEffectsSpeed =
{
--战士
[1] = 2.3,
--骑士
[2] = 1.8,
--炮手
[4] = 2.1,
}
}