servatrice/common/pb/response_deck_list.proto
2016-12-11 19:22:39 +01:00

10 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;
}