Push changes
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
public class TitleDataRetentionBonusInfo {
|
||||
[JsonPropertyName("Rewards")]
|
||||
public string[] Rewards { get; set; }
|
||||
[JsonPropertyName("Active")]
|
||||
public bool Active { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user