From bc4197c636bd2bbf011bf94cd24ebfc7b060f2d7 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期三, 03 九月 2025 20:57:00 +0800
Subject: [PATCH] 117 【武将】武将系统 - 立绘参数

---
 Main/System/Battle/Skill/SkillEffectType.cs |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/Main/System/Battle/Skill/SkillEffectType.cs b/Main/System/Battle/Skill/SkillEffectType.cs
index a1d4ce0..b222da7 100644
--- a/Main/System/Battle/Skill/SkillEffectType.cs
+++ b/Main/System/Battle/Skill/SkillEffectType.cs
@@ -1,7 +1,10 @@
+
+
 public enum SkillEffectType
 {
-    Bullet, //  瀛愬脊绫诲瀷
-    Direct, // 鐩存帴浼ゅ
-    BuffEffect, //  Buff
-    StageEffect, // 鍦烘櫙鎶�
+    None,
+    Bullet,
+    Direct,
+    BuffEffect,
+    StageEffect,
 }
\ No newline at end of file

--
Gitblit v1.8.0