折叠代码

This commit is contained in:
南沢响也
2025-03-09 02:52:34 +08:00
parent cebde711d7
commit bfeba5147a
2 changed files with 10 additions and 2 deletions

View File

@@ -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)

View File

@@ -0,0 +1,6 @@
namespace The_Navel___EX._06_Pandæmonium.Normal;
public class P10n
{
}