add game to client

This commit is contained in:
RaidMax
2022-04-22 16:03:34 -05:00
parent 7b3ddd58c6
commit 0a8e415af8
13 changed files with 5061 additions and 4 deletions

View File

@ -63,6 +63,7 @@ namespace Data.Models.Client
public DateTime FirstConnection { get; set; }
[Required]
public DateTime LastConnection { get; set; }
public Reference.Game? GameName { get; set; } = Reference.Game.UKN;
public bool Masked { get; set; }
[Required]
public int AliasLinkId { get; set; }