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