mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-27 05:03:26 -08:00
8 lines
135 B
Protocol Buffer
8 lines
135 B
Protocol Buffer
import "session_commands.proto";
|
|
|
|
message Command_ReplayList {
|
|
extend SessionCommand {
|
|
optional Command_ReplayList ext = 1100;
|
|
}
|
|
}
|