From bfeba5147a61b914019329688adb36141f49c3ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=97=E6=B2=A2=E5=93=8D=E4=B9=9F?= <72963826+Hibiya615@users.noreply.github.com> Date: Sun, 9 Mar 2025 02:52:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=98=E5=8F=A0=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05-Eden/Normal/E10n.cs | 6 ++++-- 06-Pandæmonium/Normal/P10n.cs | 6 ++++++ 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 06-Pandæmonium/Normal/P10n.cs diff --git a/05-Eden/Normal/E10n.cs b/05-Eden/Normal/E10n.cs index b95f71e..7764749 100644 --- a/05-Eden/Normal/E10n.cs +++ b/05-Eden/Normal/E10n.cs @@ -24,9 +24,10 @@ public class E10n const string noteStr = """ v0.0.0.1: - 伊甸希望乐园 再生之章2(影之王)初版绘制 + LV80 伊甸希望乐园 再生之章2(影之王)初版绘制 """; + #region 向心聚爆 & 十亿斩击 public enum ImplosionType { FRONT, // 22196 BACK, // 22199 @@ -184,7 +185,7 @@ public class E10n } default: { - accessory.Method.SendChat("/e 画图范围确定失败了!"); + accessory.Method.SendChat("/e 画图范围确定失败!"); break; } @@ -193,6 +194,7 @@ public class E10n accessory.Method.SendDraw(DrawModeEnum.Default, DrawTypeEnum.Fan, dp); } } + #endregion [ScriptMethod(name: "痛苦钩刺(连线狗狗半场)", eventType: EventTypeEnum.StartCasting, eventCondition: ["ActionId:22233"])] public void 痛苦钩刺(Event @event, ScriptAccessory accessory) diff --git a/06-Pandæmonium/Normal/P10n.cs b/06-Pandæmonium/Normal/P10n.cs new file mode 100644 index 0000000..08d7f64 --- /dev/null +++ b/06-Pandæmonium/Normal/P10n.cs @@ -0,0 +1,6 @@ +namespace The_Navel___EX._06_Pandæmonium.Normal; + +public class P10n +{ + +} \ No newline at end of file