1
This commit is contained in:
parent
fb60ecd301
commit
293b705005
@ -19,6 +19,7 @@ namespace cs
|
||||
class MFSandTablePartMsg;
|
||||
class MFMobaBattleDataMember;
|
||||
class MFTeamPart;
|
||||
class MFTeamMemberNew;
|
||||
class SMGameOver;
|
||||
class SMUpdate;
|
||||
}
|
||||
@ -166,6 +167,7 @@ class Human : public Creature
|
||||
void FillMFTeamData(Human* hum, cs::MFTeamData* team_data, bool is_game_over);
|
||||
void FillMFMobaBattleDataMember(cs::MFMobaBattleDataMember* p);
|
||||
void FillMFTeamPart(cs::MFTeamPart* p);
|
||||
void FillMFTeamMemberNew(cs::MFTeamMemberNew* p);
|
||||
void CarShot(const glm::vec3& target_dir);
|
||||
void BeKill(int killer_id, const std::string& killer_name, int weapon_id,
|
||||
int real_killer_id, const std::string& real_killer_name);
|
||||
|
@ -1039,6 +1039,11 @@ void Human::FillMFTeamPart(cs::MFTeamPart* p)
|
||||
|
||||
}
|
||||
|
||||
void Human::FillMFTeamMemberNew(cs::MFTeamMemberNew* p)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void Human::FillSMGameOver(cs::SMGameOver& msg)
|
||||
{
|
||||
if (room->GetVictoryTeam()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user