mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-31 23:17:29 -08:00
9 lines
158 B
Protocol Buffer
9 lines
158 B
Protocol Buffer
syntax = "proto2";
|
|
import "game_commands.proto";
|
|
message Command_LeaveGame {
|
|
extend GameCommand {
|
|
optional Command_LeaveGame ext = 1001;
|
|
}
|
|
}
|
|
|