mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-21 09:05:10 -07:00
10 lines
244 B
Protocol Buffer
10 lines
244 B
Protocol Buffer
syntax = "proto2";
|
|
import "session_commands.proto";
|
|
|
|
message Command_DeckShareDownload {
|
|
extend SessionCommand {
|
|
optional Command_DeckShareDownload ext = 1028;
|
|
}
|
|
optional string token = 1;
|
|
optional uint32 item_id = 2;
|
|
}
|