This commit is contained in:
aozhiwei 2022-09-24 16:44:11 +08:00
parent e8c52f67f3
commit 027c0a02e3
2 changed files with 0 additions and 6 deletions

View File

@ -1354,11 +1354,6 @@ void Human::DoJump()
} }
} }
Skill* Human::SelectSkill()
{
return nullptr;
}
void Human::DoGetOn(int obj_uniid) void Human::DoGetOn(int obj_uniid)
{ {
if (room->GetGasData().gas_mode == GasInactive) { if (room->GetGasData().gas_mode == GasInactive) {

View File

@ -268,7 +268,6 @@ class Human : public Creature
bool HasNoDownedTeammate(); bool HasNoDownedTeammate();
int GetNearbyTeammateNum(float range); int GetNearbyTeammateNum(float range);
void DoJump(); void DoJump();
virtual Skill* SelectSkill();
void DoGetOn(int obj_uniid); void DoGetOn(int obj_uniid);
void DoGetDown(); void DoGetDown();
virtual void RefreshView() override; virtual void RefreshView() override;