mirror of
https://github.com/MikuLeaks/MikuSB.git
synced 2026-06-04 09:03:58 +00:00
VirCapture_GetLevelAward
This commit is contained in:
@@ -9,6 +9,7 @@ public class VirCaptureLevelListExcel : ExcelResource
|
||||
[JsonProperty("Exp")] public uint Exp { get; set; }
|
||||
[JsonProperty("Num")] public uint Num { get; set; }
|
||||
[JsonProperty("MaxCost")] public uint MaxCost { get; set; }
|
||||
[JsonProperty("Rewards")] public List<List<uint>> Rewards { get; set; } = [];
|
||||
[JsonProperty("ExpUp")] public double ExpUp { get; set; }
|
||||
|
||||
public override uint GetId() => Level;
|
||||
|
||||
Reference in New Issue
Block a user