mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-26 04:40:50 -08:00
8 lines
131 B
Protocol Buffer
8 lines
131 B
Protocol Buffer
import "session_commands.proto";
|
|
|
|
message Command_DeckList {
|
|
extend SessionCommand {
|
|
optional Command_DeckList ext = 1008;
|
|
}
|
|
}
|