mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-27 05:03:26 -08:00
10 lines
186 B
Protocol Buffer
10 lines
186 B
Protocol Buffer
import "session_commands.proto";
|
|
|
|
message Command_DeckDownload {
|
|
extend SessionCommand {
|
|
optional Command_DeckDownload ext = 1012;
|
|
}
|
|
optional sint32 deck_id = 1 [default = -1];
|
|
}
|
|
|