Basic functionality of VirCapture has been implemented.

This commit is contained in:
Kei-Luna
2026-05-24 09:17:32 +09:00
parent a50b0563be
commit 6b48c90783
8 changed files with 399 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ public class VirCaptureCaptureRegionExcel : ExcelResource
[JsonProperty("StartTime")] public string StartTime { get; set; } = "";
[JsonProperty("EndTime")] public string EndTime { get; set; } = "";
[JsonProperty("MapId")] public uint MapId { get; set; }
[JsonProperty("LevelRegionName")] public string LevelRegionName { get; set; } = "";
public override uint GetId() => Id;