servatrice/common/pb/proto/response_login.proto
2011-12-29 19:40:41 +01:00

11 lines
271 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;
}