From b2856440af332d00ae09daa244bed18fdba8f6e6 Mon Sep 17 00:00:00 2001 From: liutao <821580467@qq.com> Date: Thu, 25 Jun 2026 13:43:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=87=BA=E9=85=8D=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Code/Scripts/GenCode/Luban/DataTable/BuffCfg/EBuffType.cs | 4 ++++ 1 file changed, 4 insertions(+) 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, } }