Skip to content

Commit

Permalink
remove follows
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranayub committed May 30, 2024
1 parent 2171c43 commit e6d5bf0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions IGDB/Models/Game.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ public class Game : ITimestamps, IIdentifier, IHasChecksum

public DateTimeOffset? FirstReleaseDate { get; set; }

public int? Follows { get; set; }

public IdentitiesOrValues<Game> Forks { get; set; }

public IdentityOrValue<Franchise> Franchise { get; set; }
Expand Down

0 comments on commit e6d5bf0

Please sign in to comment.