1
This commit is contained in:
parent
a3ddd4bbf1
commit
10ebbf85d4
@ -1148,6 +1148,11 @@ void RoomMgr::SendGetCustomBattleData(std::shared_ptr<cs::CMJoin> join_msg,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void RoomMgr::_CMJoinMoba(f8::MsgHdr* hdr, const cs::CMJoin& msg)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
bool RoomMgr::HasTask()
|
bool RoomMgr::HasTask()
|
||||||
{
|
{
|
||||||
return !room_hash_.empty();
|
return !room_hash_.empty();
|
||||||
|
@ -121,6 +121,7 @@ class RoomMgr : public a8::Singleton<RoomMgr>
|
|||||||
std::shared_ptr<CustomBattle> GetCustomRoom(const std::string& room_uuid);
|
std::shared_ptr<CustomBattle> GetCustomRoom(const std::string& room_uuid);
|
||||||
std::shared_ptr<CustomBattle> GetHisCustomRoom(const std::string& room_uuid);
|
std::shared_ptr<CustomBattle> GetHisCustomRoom(const std::string& room_uuid);
|
||||||
void _CMJoinCustomBattle(f8::MsgHdr* hdr, const cs::CMJoin& msg);
|
void _CMJoinCustomBattle(f8::MsgHdr* hdr, const cs::CMJoin& msg);
|
||||||
|
void _CMJoinMoba(f8::MsgHdr* hdr, const cs::CMJoin& msg);
|
||||||
void SendGetCustomBattleData(std::shared_ptr<cs::CMJoin> join_msg,
|
void SendGetCustomBattleData(std::shared_ptr<cs::CMJoin> join_msg,
|
||||||
std::function<void(int, const std::string, std::shared_ptr<CustomBattle>)> cb);
|
std::function<void(int, const std::string, std::shared_ptr<CustomBattle>)> cb);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user