servatrice/common/pb/proto/response_login.proto
2012-01-01 19:38:52 +01:00

12 lines
311 B
Protocol Buffer

import "response.proto";
import "serverinfo_user.proto";
message Response_Login {
extend Response {
optional Response_Login ext = 1005;
}
optional ServerInfo_User user_info = 1;
repeated ServerInfo_User buddy_list = 2;
repeated ServerInfo_User ignore_list = 3;
optional string denied_reason_str = 4;
}