mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-13 01:24:46 -07:00
Corrected proto warnings
This commit is contained in:
parent
7453385903
commit
cfebd53d5d
145 changed files with 1063 additions and 918 deletions
|
|
@ -1,10 +1,11 @@
|
|||
syntax = "proto2";
|
||||
message RoomEvent {
|
||||
enum RoomEventType {
|
||||
LEAVE_ROOM = 1000;
|
||||
JOIN_ROOM = 1001;
|
||||
ROOM_SAY = 1002;
|
||||
LIST_GAMES = 1003;
|
||||
}
|
||||
optional sint32 room_id = 1;
|
||||
extensions 100 to max;
|
||||
enum RoomEventType {
|
||||
LEAVE_ROOM = 1000;
|
||||
JOIN_ROOM = 1001;
|
||||
ROOM_SAY = 1002;
|
||||
LIST_GAMES = 1003;
|
||||
}
|
||||
optional sint32 room_id = 1;
|
||||
extensions 100 to max;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue