From b3ee9d2fd33f70826dc9c34e41cc3ff6641cf8d8 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期三, 15 十月 2025 15:31:17 +0800
Subject: [PATCH] Merge branch 'master' of http://mobile.secondworld.net.cn:10010/r/Project_SG_scripts
---
Main/System/Battle/Skill/SkillEffectType.cs | 13 +++++++++----
1 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/Main/System/Battle/Skill/SkillEffectType.cs b/Main/System/Battle/Skill/SkillEffectType.cs
index a1d4ce0..4204b64 100644
--- a/Main/System/Battle/Skill/SkillEffectType.cs
+++ b/Main/System/Battle/Skill/SkillEffectType.cs
@@ -1,7 +1,12 @@
+
+
public enum SkillEffectType
{
- Bullet, // 瀛愬脊绫诲瀷
- Direct, // 鐩存帴浼ゅ
- BuffEffect, // Buff
- StageEffect, // 鍦烘櫙鎶�
+ None,
+ Bullet,
+ Direct,
+ BuffEffect,
+ StageEffect,
+
+ NoEffect,
}
\ No newline at end of file
--
Gitblit v1.8.0