mirror of
https://github.com/Hibiya615/TetoraKAScript.git
synced 2025-12-21 09:15:05 +08:00
折叠代码
This commit is contained in:
@@ -24,9 +24,10 @@ public class E10n
|
|||||||
const string noteStr =
|
const string noteStr =
|
||||||
"""
|
"""
|
||||||
v0.0.0.1:
|
v0.0.0.1:
|
||||||
伊甸希望乐园 再生之章2(影之王)初版绘制
|
LV80 伊甸希望乐园 再生之章2(影之王)初版绘制
|
||||||
""";
|
""";
|
||||||
|
|
||||||
|
#region 向心聚爆 & 十亿斩击
|
||||||
public enum ImplosionType {
|
public enum ImplosionType {
|
||||||
FRONT, // 22196
|
FRONT, // 22196
|
||||||
BACK, // 22199
|
BACK, // 22199
|
||||||
@@ -184,7 +185,7 @@ public class E10n
|
|||||||
}
|
}
|
||||||
|
|
||||||
default: {
|
default: {
|
||||||
accessory.Method.SendChat("/e 画图范围确定失败了!");
|
accessory.Method.SendChat("/e 画图范围确定失败!");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -193,6 +194,7 @@ public class E10n
|
|||||||
accessory.Method.SendDraw(DrawModeEnum.Default, DrawTypeEnum.Fan, dp);
|
accessory.Method.SendDraw(DrawModeEnum.Default, DrawTypeEnum.Fan, dp);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endregion
|
||||||
|
|
||||||
[ScriptMethod(name: "痛苦钩刺(连线狗狗半场)", eventType: EventTypeEnum.StartCasting, eventCondition: ["ActionId:22233"])]
|
[ScriptMethod(name: "痛苦钩刺(连线狗狗半场)", eventType: EventTypeEnum.StartCasting, eventCondition: ["ActionId:22233"])]
|
||||||
public void 痛苦钩刺(Event @event, ScriptAccessory accessory)
|
public void 痛苦钩刺(Event @event, ScriptAccessory accessory)
|
||||||
|
|||||||
6
06-Pandæmonium/Normal/P10n.cs
Normal file
6
06-Pandæmonium/Normal/P10n.cs
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
namespace The_Navel___EX._06_Pandæmonium.Normal;
|
||||||
|
|
||||||
|
public class P10n
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user