mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-03 12:03:55 -07:00
bugfix
This commit is contained in:
parent
ebca375755
commit
9f35340188
11 changed files with 135 additions and 59 deletions
|
|
@ -20,8 +20,13 @@ enum ProtocolStatus { StatusDisconnected,
|
|||
|
||||
enum ServerResponse {
|
||||
RespOk,
|
||||
RespPassword,
|
||||
RespErr
|
||||
RespNameNotFound,
|
||||
RespLoginNeeded,
|
||||
RespSyntaxError,
|
||||
RespContextError,
|
||||
RespPasswordWrong,
|
||||
RespSpectatorsNotAllowed,
|
||||
RespInvalid
|
||||
};
|
||||
|
||||
enum ServerEventType {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue