#[derive(Clone, PartialEq, ::prost::Message)]
pub struct DoComboReq {
#[prost(int64, tag = "1")]
pub room_id: i64,
#[prost(int64, tag = "2")]
pub interaction_id: i64,
#[prost(int32, tag = "3")]
pub cnt: i32,
#[prost(string, tag = "4")]
pub msg: ::prost::alloc::string::String,
}
#[derive(Clone, Copy, PartialEq, ::prost::Message)]
pub struct DoComboResp {}
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct SendComboMsgReq {
#[prost(int64, tag = "1")]
pub room_id: i64,
#[prost(string, tag = "2")]
pub msg: ::prost::alloc::string::String,
#[prost(string, tag = "3")]
pub rnd: ::prost::alloc::string::String,
}
#[derive(Clone, Copy, PartialEq, ::prost::Message)]
pub struct SendComboMsgResp {}