VirCapture fix EXP

This commit is contained in:
Kei-Luna
2026-05-25 10:20:19 +09:00
parent 2047758c18
commit 2f1b6d35da
4 changed files with 130 additions and 5 deletions

View File

@@ -9,6 +9,7 @@ public class VirCaptureTimeExcel : ExcelResource
[JsonProperty("StartTime")] public string StartTime { get; set; } = "";
[JsonProperty("EndTime")] public string EndTime { get; set; } = "";
[JsonProperty("CaptureRegionId")] public List<uint> CaptureRegionId { get; set; } = [];
[JsonProperty("MaxExp")] public uint MaxExp { get; set; }
public override uint GetId() => Id;