mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-24 20:10:02 -08:00
9 lines
162 B
Protocol Buffer
9 lines
162 B
Protocol Buffer
syntax = "proto2";
|
|
import "session_commands.proto";
|
|
|
|
message Command_DeckList {
|
|
extend SessionCommand {
|
|
optional Command_DeckList ext = 1008;
|
|
}
|
|
}
|