diff --git a/ProjectNLD/Assets/Code/Scripts/GenCode/Luban/DataTable/BuffCfg/EBuffType.cs b/ProjectNLD/Assets/Code/Scripts/GenCode/Luban/DataTable/BuffCfg/EBuffType.cs index 274650b4986..36411933294 100644 --- a/ProjectNLD/Assets/Code/Scripts/GenCode/Luban/DataTable/BuffCfg/EBuffType.cs +++ b/ProjectNLD/Assets/Code/Scripts/GenCode/Luban/DataTable/BuffCfg/EBuffType.cs @@ -633,6 +633,10 @@ namespace cfg.BuffCfg /// 特殊子弹伤害1 /// Special_BulletDamage_1 = 154, + /// + /// 空 + /// + Empty = 155, } }