1
This commit is contained in:
parent
55a22a601e
commit
c0bf8c6732
@ -191,9 +191,10 @@ class Human : public Creature
|
|||||||
void RemoveOutObjects(Entity* entity);
|
void RemoveOutObjects(Entity* entity);
|
||||||
bool HasLiveTeammate();
|
bool HasLiveTeammate();
|
||||||
bool HasNoDownedTeammate();
|
bool HasNoDownedTeammate();
|
||||||
virtual bool CanUseSkill(int skill_id) override;
|
|
||||||
void DoJump();
|
void DoJump();
|
||||||
|
virtual bool CanUseSkill(int skill_id) override;
|
||||||
virtual int SelectSkillId();
|
virtual int SelectSkillId();
|
||||||
|
MetaData::Skill* CurrentSkillMeta();
|
||||||
void DoGetOn(int obj_uniid);
|
void DoGetOn(int obj_uniid);
|
||||||
void DoGetDown();
|
void DoGetDown();
|
||||||
void FindLocation();
|
void FindLocation();
|
||||||
@ -240,7 +241,6 @@ class Human : public Creature
|
|||||||
void RandSkin();
|
void RandSkin();
|
||||||
void SetSkin(int idx, int skin_id);
|
void SetSkin(int idx, int skin_id);
|
||||||
Skin* GetSkinByIdx(int idx);
|
Skin* GetSkinByIdx(int idx);
|
||||||
MetaData::Skill* CurrentSkillMeta();
|
|
||||||
virtual void TriggerOneObjectBuff(Entity* target, BuffTriggerType_e trigger_type) override;
|
virtual void TriggerOneObjectBuff(Entity* target, BuffTriggerType_e trigger_type) override;
|
||||||
int GetLevel() {return level_;};
|
int GetLevel() {return level_;};
|
||||||
int GetExp() {return exp_;};
|
int GetExp() {return exp_;};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user