1
This commit is contained in:
parent
e8c52f67f3
commit
027c0a02e3
@ -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) {
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user