Cockatrice 2026-09-01-Development-3.1.0-beta.10
A virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
room_event.proto
Go to the documentation of this file.
1syntax = "proto2";
2message RoomEvent {
4 LEAVE_ROOM = 1000;
5 JOIN_ROOM = 1001;
6 ROOM_SAY = 1002;
7 LIST_GAMES = 1003;
9 }
10 optional sint32 room_id = 1;
11 extensions 100 to max;
12}
syntax
Definition admin_commands.proto:1
Definition room_event.proto:2
optional sint32 room_id
Definition room_event.proto:10
RoomEventType
Definition room_event.proto:3
@ ROOM_SAY
Definition room_event.proto:6
@ REMOVE_MESSAGES
Definition room_event.proto:8
@ JOIN_ROOM
Definition room_event.proto:5
@ LEAVE_ROOM
Definition room_event.proto:4
@ LIST_GAMES
Definition room_event.proto:7
extensions to max
Definition room_event.proto:11