mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-10-20 19:39:47 +08:00
Update GachaBanner2.cs
Add `gachaTimesLimit` property
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user