mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
harden
This commit is contained in:
parent
d04aa83258
commit
dcd6dc00f4
83 changed files with 1797 additions and 390 deletions
|
|
@ -35,8 +35,8 @@ export class GameResponseImpl implements IGameResponse {
|
|||
GameDispatch.kicked(gameId);
|
||||
}
|
||||
|
||||
gameSay(gameId: number, playerId: number, message: string): void {
|
||||
GameDispatch.gameSay(gameId, playerId, message);
|
||||
gameSay(gameId: number, playerId: number, message: string, timeReceived: number): void {
|
||||
GameDispatch.gameSay(gameId, playerId, message, timeReceived);
|
||||
}
|
||||
|
||||
cardMoved(gameId: number, playerId: number, data: Data.Event_MoveCard): void {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue