backend note implementation.
This commit is contained in:
parent
651aeb407b
commit
fe3c0ed2cf
11 changed files with 185 additions and 75 deletions
|
@ -56,6 +56,11 @@ namespace Sledgemapper.Api.Hubs
|
|||
await Clients.Group(sessionName).NewOverlay(tile);
|
||||
}
|
||||
|
||||
public async Task NewNote(string sessionName, Note note)
|
||||
{
|
||||
await Clients.Group(sessionName).NewNote(note);
|
||||
}
|
||||
|
||||
public async Task DeleteTile(string sessionName, Tile tile)
|
||||
{
|
||||
await Clients.Group(sessionName).DeleteTile(tile);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue