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