mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-12-24 22:43:34 +00:00
8 lines
126 B
C++
8 lines
126 B
C++
#ifndef MOVEMENTAICOMPONENT_H
|
|
#include "MovementAIComponent.h"
|
|
#endif
|
|
|
|
void MovementAIComponent::HandleWaypointArrived() {
|
|
|
|
}
|