8 lines
162 B
Protocol Buffer
8 lines
162 B
Protocol Buffer
syntax = "proto2";
|
|
import "session_commands.proto";
|
|
|
|
message Command_DeckList {
|
|
extend SessionCommand {
|
|
optional Command_DeckList ext = 1008;
|
|
}
|
|
}
|