mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-30 18:43:55 -07:00
switched from qmake to cmake
This commit is contained in:
parent
16541141bd
commit
3c24899de6
143 changed files with 643 additions and 1254 deletions
16
common/pb/session_event.proto
Normal file
16
common/pb/session_event.proto
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
message SessionEvent {
|
||||
enum SessionEventType {
|
||||
SERVER_IDENTIFICATION = 500;
|
||||
SERVER_MESSAGE = 1000;
|
||||
SERVER_SHUTDOWN = 1001;
|
||||
CONNECTION_CLOSED = 1002;
|
||||
USER_MESSAGE = 1003;
|
||||
LIST_ROOMS = 1004;
|
||||
ADD_TO_LIST = 1005;
|
||||
REMOVE_FROM_LIST = 1006;
|
||||
USER_JOINED = 1007;
|
||||
USER_LEFT = 1008;
|
||||
GAME_JOINED = 1009;
|
||||
}
|
||||
extensions 100 to max;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue