This commit is contained in:
南沢响也
2025-09-18 18:08:42 +08:00
parent 55a7e12897
commit 2be0d6d626
2 changed files with 9 additions and 9 deletions

View File

@@ -12,22 +12,22 @@ using KodakkuAssist.Module.GameEvent;
using KodakkuAssist.Module.Draw; using KodakkuAssist.Module.Draw;
using KodakkuAssist.Data; using KodakkuAssist.Data;
using KodakkuAssist.Extensions; using KodakkuAssist.Extensions;
using ECommons; // using ECommons;
using ECommons.DalamudServices; // using ECommons.DalamudServices;
using ECommons.GameFunctions; // using ECommons.GameFunctions;
using ECommons.MathHelpers; // using ECommons.MathHelpers;
using System.Threading.Tasks; using System.Threading.Tasks;
namespace A3N; namespace A3N;
[ScriptType(guid: "69712d1f-26c4-441f-97f0-e63f8baf98a6", name: "A3N", territorys: [444], [ScriptType(guid: "69712d1f-26c4-441f-97f0-e63f8baf98a6", name: "A3N", territorys: [444],
version: "0.0.0.1", author: "Tetora", note: noteStr)] version: "0.0.0.2", author: "Tetora", note: noteStr)]
public class A3N public class A3N
{ {
const string noteStr = const string noteStr =
""" """
v0.0.0.1: v0.0.0.2:
LV60 3 LV60 3
"""; """;

View File

@@ -472,12 +472,12 @@
{ {
"Name": "A3N", "Name": "A3N",
"Guid": "69712d1f-26c4-441f-97f0-e63f8baf98a6", "Guid": "69712d1f-26c4-441f-97f0-e63f8baf98a6",
"Version": "0.0.0.1", "Version": "0.0.0.2",
"Author": "Tetora", "Author": "Tetora",
"Repo": "https://github.com/Hibiya615/TetoraKAScript/tree/main", "Repo": "https://github.com/Hibiya615/TetoraKAScript/tree/main",
"DownloadUrl": "https://raw.githubusercontent.com/Hibiya615/TetoraKAScript/refs/heads/main/03-Heavensward/Raid-Alexander/Normal/A3N.cs", "DownloadUrl": "https://raw.githubusercontent.com/Hibiya615/TetoraKAScript/refs/heads/main/03-Heavensward/Raid-Alexander/Normal/A3N.cs",
"Note": "v0.0.0.1:\r\nLV60 亚历山大机神城 启动之章3有生命活水 初版绘制", "Note": "v0.0.0.2:\r\nLV60 亚历山大机神城 启动之章3有生命活水 初版绘制",
"UpdateInfo": "", "UpdateInfo": "v0.0.0.2: 7.3",
"TerritoryIds": [ "TerritoryIds": [
444 444
] ]