1
This commit is contained in:
parent
e2537a6b1a
commit
be78c86650
@ -34,7 +34,7 @@ bool TargetAgent::IsDead()
|
||||
return true;
|
||||
}
|
||||
|
||||
const glm::vec3 TargetAgent::GetPos()
|
||||
glm::vec3 TargetAgent::GetPos()
|
||||
{
|
||||
return target_.Get()->GetPos().ToGlmVec3();
|
||||
}
|
||||
|
@ -16,7 +16,7 @@ public:
|
||||
int GetUniId();
|
||||
bool IsValid();
|
||||
bool IsDead();
|
||||
const glm::vec3 GetPos();
|
||||
glm::vec3 GetPos();
|
||||
float GetHp();
|
||||
float GetMaxHp();
|
||||
int GetHeroId();
|
||||
|
Loading…
x
Reference in New Issue
Block a user