mirror of
https://github.com/MikuLeaks/MikuSB.git
synced 2026-06-04 06:43:57 +00:00
VirCapture fix EXP
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user