Cockatrice 2026-09-01-Development-3.1.0-beta.10
A virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
commands.proto
Go to the documentation of this file.
1syntax = "proto2";
9 optional uint64 cmd_id = 1;
11 optional uint32 game_id = 10;
12 optional uint32 room_id = 20;
15 repeated GameCommand game_command = 101;
16 repeated RoomCommand room_command = 102;
18 repeated AdminCommand admin_command = 104;
19}
syntax
Definition admin_commands.proto:1
Definition admin_commands.proto:2
Definition commands.proto:7
repeated ModeratorCommand moderator_command
Definition commands.proto:14
repeated RoomCommand room_command
Definition commands.proto:13
optional uint64 cmd_id
Definition commands.proto:8
optional uint32 game_id
Definition commands.proto:9
optional uint32 room_id
Definition commands.proto:10
repeated SessionCommand session_command
Definition commands.proto:11
repeated AdminCommand admin_command
Definition commands.proto:15
repeated GameCommand game_command
Definition commands.proto:12
Definition game_commands.proto:4
Definition moderator_commands.proto:2
Definition room_commands.proto:2
Definition session_commands.proto:2