mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-06-07 22:59:14 +08:00
Update GachaBanner2.cs
Add `gachaTimesLimit` property
This commit is contained in:
parent
4bb4f4a715
commit
61f53d11e4
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user