mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-21 09:05:10 -07:00
9 lines
198 B
Protocol Buffer
9 lines
198 B
Protocol Buffer
syntax = "proto2";
|
|
import "response.proto";
|
|
|
|
message Response_DeckShareDownload {
|
|
extend Response {
|
|
optional Response_DeckShareDownload ext = 1105;
|
|
}
|
|
optional string deck = 1;
|
|
}
|