Skip to content
This repository was archived by the owner on Mar 23, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SmashGGApiWrapper/Tournament.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down
2 changes: 1 addition & 1 deletion SmashGGApiWrapper/Videogame.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down