1
This commit is contained in:
parent
b800915073
commit
4072867576
@ -3905,3 +3905,8 @@ void Creature::SpecShot(const glm::vec3& pos, int max_bullet)
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void Creature::AdjustMobaBornDir()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
@ -404,6 +404,7 @@ class Creature : public MoveableEntity
|
|||||||
bool HasHeightOffset();
|
bool HasHeightOffset();
|
||||||
float GetHeightOffset();
|
float GetHeightOffset();
|
||||||
void SpecShot(const glm::vec3& pos, int max_bullet);
|
void SpecShot(const glm::vec3& pos, int max_bullet);
|
||||||
|
void AdjustMobaBornDir();
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
virtual void OnBuffRemove(Buff& buff);
|
virtual void OnBuffRemove(Buff& buff);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user