This commit is contained in:
aozhiwei 2023-12-25 13:25:51 +08:00
parent b800915073
commit 4072867576
2 changed files with 6 additions and 0 deletions

View File

@ -3905,3 +3905,8 @@ void Creature::SpecShot(const glm::vec3& pos, int max_bullet)
);
}
}
void Creature::AdjustMobaBornDir()
{
}

View File

@ -404,6 +404,7 @@ class Creature : public MoveableEntity
bool HasHeightOffset();
float GetHeightOffset();
void SpecShot(const glm::vec3& pos, int max_bullet);
void AdjustMobaBornDir();
protected:
virtual void OnBuffRemove(Buff& buff);