servatrice/common/pb/response_deck_list.proto
2015-08-25 23:40:08 -04: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;
}