mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Support Game Events (#5087)
This commit is contained in:
parent
bbe125beee
commit
248ea82573
9 changed files with 77 additions and 3 deletions
|
|
@ -33,3 +33,10 @@ export interface JoinGameParams {
|
|||
overrideRestrictions: boolean;
|
||||
joinAsJudge: boolean;
|
||||
}
|
||||
|
||||
export enum LeaveGameReason {
|
||||
OTHER = 1,
|
||||
USER_KICKED = 2,
|
||||
USER_LEFT = 3,
|
||||
USER_DISCONNECTED = 4
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue