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