更新版本号

This commit is contained in:
南沢响也
2025-03-18 16:49:08 +08:00
parent 5f94819026
commit 73b0acb48f
2 changed files with 5 additions and 4 deletions

View File

@@ -18,7 +18,8 @@ using ECommons.MathHelpers;
namespace E1n; namespace E1n;
[ScriptType(guid: "35c751e5-2958-4f55-b783-405b4acfde1b", name: "E1N", territorys: [849], [ScriptType(guid: "35c751e5-2958-4f55-b783-405b4acfde1b", name: "E1N", territorys: [849],
version: "0.0.0.1", author: "Tetora", note: noteStr)] version: "0.0.0.11" +
"", author: "Tetora", note: noteStr)]
public class E1n public class E1n
{ {

View File

@@ -19,19 +19,19 @@ namespace Midsummer_Night_s_Explosion;
[ScriptType(guid: "7703f1a9-5698-4896-8908-bb8e415c1321", name: "天青斗场18 - 爆破死斗", territorys: [796], [ScriptType(guid: "7703f1a9-5698-4896-8908-bb8e415c1321", name: "天青斗场18 - 爆破死斗", territorys: [796],
version: "0.0.0.1", author: "Tetora", note: noteStr)] version: "0.0.0.2", author: "Tetora", note: noteStr)]
public class Midsummer_Night_s_Explosion { public class Midsummer_Night_s_Explosion {
const string noteStr = const string noteStr =
""" """
v0.0.0.1: v0.0.0.2:
18 18
"""; """;
[ScriptMethod(name: "狂野冲锋(直线击退)", eventType: EventTypeEnum.StartCasting, eventCondition: ["ActionId:15055"])] [ScriptMethod(name: "狂野冲锋(直线击退)", eventType: EventTypeEnum.StartCasting, eventCondition: ["ActionId:15055"])]
public void (Event @event, ScriptAccessory accessory) public void (Event @event, ScriptAccessory accessory)
{ {
accessory.Method.TTS("冲锋击退"); accessory.Method.EdgeTTS("冲锋击退");
var dp = accessory.Data.GetDefaultDrawProperties(); var dp = accessory.Data.GetDefaultDrawProperties();
dp.Name = "狂野冲锋"; dp.Name = "狂野冲锋";