mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 03:28:49 -07:00
deck storage is fully working again, cleaned up some unnecessarily large messages
This commit is contained in:
parent
d4aaf9fff5
commit
0c9a2b061c
13 changed files with 110 additions and 66 deletions
9
common/pb/proto/response_deck_list.proto
Normal file
9
common/pb/proto/response_deck_list.proto
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import "response.proto";
|
||||
import "serverinfo_deckstorage.proto";
|
||||
|
||||
message Response_DeckList {
|
||||
extend Response {
|
||||
optional Response_DeckList ext = 1006;
|
||||
}
|
||||
optional ServerInfo_DeckStorage_Folder root = 1;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue