basic player management
This commit is contained in:
parent
350a283b5e
commit
bab170552e
12 changed files with 244 additions and 91 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue