Update GachaBanner2.cs

Add `gachaTimesLimit` property
This commit is contained in:
2022-07-11 23:05:17 +08:00
parent 4bb4f4a715
commit 61f53d11e4

View File

@ -86,6 +86,12 @@ namespace GrasscutterTools.Game.Gacha
[JsonProperty("sortId")] [JsonProperty("sortId")]
public int SortId { get; set; } = 1000; public int SortId { get; set; } = 1000;
/// <summary>
/// 抽卡次数限制
/// </summary>
[JsonProperty("gachaTimesLimit")]
public int GachaTimesLimit { get; set; } = int.MaxValue;
/// <summary> /// <summary>
/// 4星的up角色或物品 /// 4星的up角色或物品
/// </summary> /// </summary>