adding missing sync logic
This commit is contained in:
parent
e02096f34c
commit
39c7eb316e
3 changed files with 15 additions and 2 deletions
|
@ -42,8 +42,8 @@ namespace Sledgemapper.Shared.Entities
|
|||
public List<string> Colors { get; set; }
|
||||
public string SessionName { get; set; }
|
||||
public int SessionId { get; set; }
|
||||
public ConcurrentDictionary<string, Line> Lines { get; private set; }
|
||||
public ConcurrentDictionary<string, Room> Rooms { get; private set; }
|
||||
public ConcurrentDictionary<string, Line> Lines { get; set; }
|
||||
public ConcurrentDictionary<string, Room> Rooms { get; set; }
|
||||
|
||||
public void NewTile(Tile selectedTile, string tileId)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue