From 92a0e7f566475b52661ce0c999755c15bf5e4bd4 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: Mon, 24 Mar 2025 18:41:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E4=B8=80=E7=82=B9=E9=A1=BA?= =?UTF-8?q?=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02-A-Realm-Reborn/High-end-Trials/Thornmarch-Extreme.cs | 2 +- 02-A-Realm-Reborn/Thornmarch(Hard).cs | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 02-A-Realm-Reborn/Thornmarch(Hard).cs diff --git a/02-A-Realm-Reborn/High-end-Trials/Thornmarch-Extreme.cs b/02-A-Realm-Reborn/High-end-Trials/Thornmarch-Extreme.cs index f77c0fd..62304a8 100644 --- a/02-A-Realm-Reborn/High-end-Trials/Thornmarch-Extreme.cs +++ b/02-A-Realm-Reborn/High-end-Trials/Thornmarch-Extreme.cs @@ -45,13 +45,13 @@ public class ThornmarchExtreme } } - #region 副本提示 // BOSS复活技能 位高任重 计数 private volatile int timeMooglesseOblige=0; public void Init(ScriptAccessory accessory) { timeMooglesseOblige=0; } + #region 副本提示 [ScriptMethod(name: "开场提示", eventType: EventTypeEnum.Countdown, eventCondition: ["Type:Stop","SourceId:E0000000"])] public async void 开场提示(Event @event, ScriptAccessory accessory) { diff --git a/02-A-Realm-Reborn/Thornmarch(Hard).cs b/02-A-Realm-Reborn/Thornmarch(Hard).cs new file mode 100644 index 0000000..27b975c --- /dev/null +++ b/02-A-Realm-Reborn/Thornmarch(Hard).cs @@ -0,0 +1,6 @@ +namespace The_Navel___EX._02_A_Realm_Reborn; + +public class Thornmarch_Hard_ +{ + +} \ No newline at end of file