mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-25 20:34:18 -08:00
11 lines
242 B
Protocol Buffer
11 lines
242 B
Protocol Buffer
syntax = "proto2";
|
|
import "response.proto";
|
|
import "serverinfo_deckstorage.proto";
|
|
|
|
message Response_DeckList {
|
|
extend Response {
|
|
optional Response_DeckList ext = 1006;
|
|
}
|
|
optional ServerInfo_DeckStorage_Folder root = 1;
|
|
}
|