mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-07 02:24:27 -08:00
9 lines
166 B
Protocol Buffer
9 lines
166 B
Protocol Buffer
syntax = "proto2";
|
|
import "session_commands.proto";
|
|
|
|
message Command_ReplayList {
|
|
extend SessionCommand {
|
|
optional Command_ReplayList ext = 1100;
|
|
}
|
|
}
|