mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-02 03:23:56 -07:00
more PB
This commit is contained in:
parent
ca9122b9fb
commit
10018280e5
20 changed files with 970 additions and 1178 deletions
8
common/pb/proto/response_deck_download.proto
Normal file
8
common/pb/proto/response_deck_download.proto
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import "response.proto";
|
||||
|
||||
message Response_DeckDownload {
|
||||
extend Response {
|
||||
optional Response_DeckDownload ext = 1007;
|
||||
}
|
||||
optional string deck = 1;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue