improvin player pointers
This commit is contained in:
parent
bce97de302
commit
efc9e13737
3 changed files with 76 additions and 189 deletions
|
@ -239,11 +239,11 @@ namespace Sledgemapper
|
|||
|
||||
}
|
||||
|
||||
internal async Task Ping(Tile hoveredTile)
|
||||
internal async Task Ping(Tile location)
|
||||
{
|
||||
if (Connection!=null && Connection.State == HubConnectionState.Connected)
|
||||
{
|
||||
await Connection.InvokeAsync("Ping",SessionData.SessionName, hoveredTile);
|
||||
await Connection.InvokeAsync("Ping",SessionData.SessionName, location);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue