basic player management

This commit is contained in:
Michele 2021-02-21 22:59:43 +00:00
parent 350a283b5e
commit bab170552e
12 changed files with 244 additions and 91 deletions

View file

@ -4,6 +4,7 @@ namespace Sledgemapper.Shared.Entities
{
public int UserId { get; set; }
public string Color { get; set; }
public string UserName { get; set; }
public string Initials { get; set; }
public Tile Position { get; set; }