mirror of
https://github.com/MikuLeaks/MikuSB.git
synced 2026-06-04 08:04:01 +00:00
VirCaptureLevel_EnterLevel
This commit is contained in:
@@ -8,6 +8,7 @@ public class VirCaptureTimeExcel : ExcelResource
|
||||
[JsonProperty("Id")] public uint Id { get; set; }
|
||||
[JsonProperty("StartTime")] public string StartTime { get; set; } = "";
|
||||
[JsonProperty("EndTime")] public string EndTime { get; set; } = "";
|
||||
[JsonProperty("CaptureRegionId")] public List<uint> CaptureRegionId { get; set; } = [];
|
||||
|
||||
public override uint GetId() => Id;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user