diff --git a/SmashGGApiWrapper/Tournament.cs b/SmashGGApiWrapper/Tournament.cs index 5a31512..474b8b8 100644 --- a/SmashGGApiWrapper/Tournament.cs +++ b/SmashGGApiWrapper/Tournament.cs @@ -50,7 +50,7 @@ public class Tournament public string venueAddress { get; set; } public string region { get; set; } public string hashtag { get; set; } - public bool showCity { get; set; } + public object showCity { get; set; } public int attendeeLocationInfo { get; set; } public int attendeeContactInfo { get; set; } //public AttendeeFieldConfig attendeeFieldConfig { get; set; } diff --git a/SmashGGApiWrapper/Videogame.cs b/SmashGGApiWrapper/Videogame.cs index 2b77929..b7e8846 100644 --- a/SmashGGApiWrapper/Videogame.cs +++ b/SmashGGApiWrapper/Videogame.cs @@ -10,7 +10,7 @@ public class Videogame public string displayName { get; set; } public int minPerEntry { get; set; } public int maxPerEntry { get; set; } - public bool enabled { get; set; } + public object enabled { get; set; } public string slug { get; set; } public object isCardGame { get; set; } public object characterTerm { get; set; }