Skip to content

Commit

Permalink
Merge pull request #1 from cmu-sei/jam-fix-regrade
Browse files Browse the repository at this point in the history
features and fixes
  • Loading branch information
sei-jmattson authored Oct 13, 2021
2 parents 2652016 + 6c4f014 commit 6d69060
Show file tree
Hide file tree
Showing 12 changed files with 907 additions and 9 deletions.
1 change: 1 addition & 0 deletions src/TopoMojo.Api/Data/Entities/Gamespace.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public class Gamespace : IEntity
public string Challenge { get; set; }
public string WorkspaceId { get; set; }
public int Variant { get; set; }
public int PlayerCount { get; set; }
public virtual Workspace Workspace { get; set; }
public virtual ICollection<Player> Players { get; set; } = new List<Player>();
[NotMapped] public bool HasStarted => StartTime.Year > 1;
Expand Down
Loading

0 comments on commit 6d69060

Please sign in to comment.