Renamed GameRecordModel to something more sensible
This commit is contained in:
@@ -4,7 +4,7 @@ using System.Collections.Generic;
|
||||
|
||||
namespace FireLance.Models
|
||||
{
|
||||
public class GameRecordModel
|
||||
public class MasterGameRecordModel
|
||||
{
|
||||
[BsonId]
|
||||
public Guid Id { get; set; }
|
||||
Reference in New Issue
Block a user