From e2d4f9314a5097f961250b5e06b66660dc247312 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期二, 11 十一月 2025 17:05:03 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts

---
 Main/System/Battle/Skill/SkillCastMode.cs |   21 +++++++++++++++++----
 1 files changed, 17 insertions(+), 4 deletions(-)

diff --git a/Main/System/Battle/Skill/SkillCastMode.cs b/Main/System/Battle/Skill/SkillCastMode.cs
index 26c8615..36fd14d 100644
--- a/Main/System/Battle/Skill/SkillCastMode.cs
+++ b/Main/System/Battle/Skill/SkillCastMode.cs
@@ -2,8 +2,21 @@
 
 public enum SkillCastMode
 {
-    StandCast,      // 鍘熷湴閲婃斁
-    MoveToTarget,   // 璺戝埌鐩爣闈㈠墠閲婃斁鍐嶅洖鏉�
-    DashCast,       // 鍘熷湴鍔ㄤ綔浣嗚鑹蹭細鍐插埌鐩爣闈㈠墠
-    MoveToFormation, // 绉诲姩鍒伴樀瀹逛綅缃柦娉�
+    // 绉诲姩鍒扮殑浣嶇疆 CastPosition
+    // 1.鏁� 2.鎴� 3.鑷繁鐨勪綅缃�(鍘熷湴涓嶅姩) 4.鏁屾柟涓荤洰鏍�
+    // 鏁屾垜鐨勬墿灞� CastIndexNum
+    // 鍑犲彿浣�
+
+    None,
+
+    Enemy, //鏁�
+
+    Allies, //鎴�
+
+    Self,
+
+    Target,
+
+    DashCast, //閲婃斁鎶�鑳藉啿鍒哄埌鐩爣浣嶇疆
+
 }
\ No newline at end of file

--
Gitblit v1.8.0