mirror of
https://github.com/Hibiya615/TetoraKAScript.git
synced 2025-12-17 07:18:15 +08:00
7.3
This commit is contained in:
@@ -12,22 +12,22 @@ using KodakkuAssist.Module.GameEvent;
|
||||
using KodakkuAssist.Module.Draw;
|
||||
using KodakkuAssist.Data;
|
||||
using KodakkuAssist.Extensions;
|
||||
using ECommons;
|
||||
using ECommons.DalamudServices;
|
||||
using ECommons.GameFunctions;
|
||||
using ECommons.MathHelpers;
|
||||
// using ECommons;
|
||||
// using ECommons.DalamudServices;
|
||||
// using ECommons.GameFunctions;
|
||||
// using ECommons.MathHelpers;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace A3N;
|
||||
|
||||
[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
|
||||
{
|
||||
const string noteStr =
|
||||
"""
|
||||
v0.0.0.1:
|
||||
v0.0.0.2:
|
||||
LV60 亚历山大机神城 启动之章3(有生命活水) 初版绘制
|
||||
""";
|
||||
|
||||
|
||||
@@ -472,12 +472,12 @@
|
||||
{
|
||||
"Name": "A3N",
|
||||
"Guid": "69712d1f-26c4-441f-97f0-e63f8baf98a6",
|
||||
"Version": "0.0.0.1",
|
||||
"Version": "0.0.0.2",
|
||||
"Author": "Tetora",
|
||||
"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",
|
||||
"Note": "v0.0.0.1:\r\nLV60 亚历山大机神城 启动之章3(有生命活水) 初版绘制",
|
||||
"UpdateInfo": "",
|
||||
"Note": "v0.0.0.2:\r\nLV60 亚历山大机神城 启动之章3(有生命活水) 初版绘制",
|
||||
"UpdateInfo": "v0.0.0.2: 7.3",
|
||||
"TerritoryIds": [
|
||||
444
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user