mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-01 15:49:58 -08:00
8 lines
127 B
Protocol Buffer
8 lines
127 B
Protocol Buffer
import "game_commands.proto";
|
|
message Command_LeaveGame {
|
|
extend GameCommand {
|
|
optional Command_LeaveGame ext = 1001;
|
|
}
|
|
}
|
|
|