1
This commit is contained in:
parent
4822200f39
commit
8ac9f6e1b7
@ -16,3 +16,8 @@ void CustomBattle::ParseResult(a8::XObject& obj)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
bool CustomBattle::CanAdd(const std::string& account_id, const std::string& session_id)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
@ -19,6 +19,7 @@ class CustomBattle
|
||||
int GetNodeId() { return zone_id_; }
|
||||
int GetStartTime() { return start_time_; }
|
||||
void ParseResult(a8::XObject& obj);
|
||||
bool CanAdd(const std::string& account_id, const std::string& session_id);
|
||||
|
||||
private:
|
||||
bool parse_ok_ = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user