1
This commit is contained in:
parent
95684ed6c3
commit
a84807aced
@ -3096,6 +3096,7 @@ void Room::OnBattleStart()
|
||||
});
|
||||
battle_starting_ = false;
|
||||
SendSMTeamFull(nullptr);
|
||||
SendRecentBattle();
|
||||
}
|
||||
|
||||
bool Room::CanAddObstacle(const glm::vec3& pos, int obstacle_id)
|
||||
@ -4010,3 +4011,8 @@ void Room::TryRoomReport(int try_count)
|
||||
a8::XPrintf("RoomReportLen:%d\n", {params->ToJsonStr().size()});
|
||||
#endif
|
||||
}
|
||||
|
||||
void Room::SendRecentBattle()
|
||||
{
|
||||
|
||||
}
|
||||
|
@ -377,6 +377,7 @@ private:
|
||||
void DecAliveCount();
|
||||
void GenBattleRoomReportData(a8::MutableXObject* params);
|
||||
void TryRoomReport(int try_count);
|
||||
void SendRecentBattle();
|
||||
|
||||
private:
|
||||
bool destorying_ = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user