6 lines
278 B
Lua
Raw Permalink Normal View History

2025-01-04 23:00:19 +08:00
GameObjectConfig = GameObjectConfig or {}
-- 关卡Buff后续关卡同样持有
GameObjectConfig.LevelBuff = {
[EPlayerStartType.Level7] = {BuffAssetConfig.EBuffAssetType.JumpStrengthenLv1},
[EPlayerStartType.Level12] = {BuffAssetConfig.EBuffAssetType.JumpScaleLv2}
}