mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-12-06 08:08:27 +00:00
Additional record types
This commit is contained in:
@@ -182,6 +182,10 @@ const MovementAIInfo& MovementAIComponent::GetInfo() const {
|
||||
return m_Info;
|
||||
}
|
||||
|
||||
MovementAIInfo& MovementAIComponent::GetInfo() {
|
||||
return m_Info;
|
||||
}
|
||||
|
||||
bool MovementAIComponent::AdvanceWaypointIndex() {
|
||||
if (m_PathIndex >= m_InterpolatedWaypoints.size()) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user