Practice battles work
This commit is contained in:
@@ -45,9 +45,9 @@ public class PracticeOpponent
|
||||
[JsonPropertyName("battle3dfield_id")]
|
||||
[Key("battle3dfield_id")] public string Battle3dFieldId { get; set; } = "1";
|
||||
|
||||
/// <summary>Optional. true => entry disabled, client prepends maintenance suffix.</summary>
|
||||
/// <summary>true => entry disabled, client prepends maintenance suffix. Must always be emitted: client reads with `data["is_maintenance"] != null` but LitJson throws KeyNotFoundException on a missing key.</summary>
|
||||
[JsonPropertyName("is_maintenance")]
|
||||
[Key("is_maintenance")] public bool? IsMaintenance { get; set; }
|
||||
[Key("is_maintenance")] public bool IsMaintenance { get; set; }
|
||||
|
||||
/// <summary>true => entry is a special "campaign" practice (event-tied).</summary>
|
||||
[JsonPropertyName("is_campaign_practice")]
|
||||
|
||||
Reference in New Issue
Block a user