mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 00:24:47 -07:00
join game error dialog
This commit is contained in:
parent
db1530c9e9
commit
2aeb1542b1
20 changed files with 415 additions and 18 deletions
|
|
@ -48,4 +48,12 @@ export class RoomResponseImpl implements WebsocketTypes.IRoomResponse<WebsocketT
|
|||
joinedGame(roomId: number, gameId: number): void {
|
||||
RoomsDispatch.joinedGame(roomId, gameId);
|
||||
}
|
||||
|
||||
setJoinGamePending(pending: boolean): void {
|
||||
RoomsDispatch.setJoinGamePending(pending);
|
||||
}
|
||||
|
||||
setJoinGameError(code: number, message: string): void {
|
||||
RoomsDispatch.setJoinGameError(code, message);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue