8 lines
166 B
Protocol Buffer
8 lines
166 B
Protocol Buffer
syntax = "proto2";
|
|
import "session_commands.proto";
|
|
|
|
message Command_ReplayList {
|
|
extend SessionCommand {
|
|
optional Command_ReplayList ext = 1100;
|
|
}
|
|
}
|