mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
16 lines
246 B
C++
16 lines
246 B
C++
#include "NavArrow.h"
|
|
|
|
void ANavArrow::ShowArrow_Implementation() {
|
|
}
|
|
|
|
void ANavArrow::OnDestinationChanged_Implementation() {
|
|
}
|
|
|
|
void ANavArrow::HideArrow_Implementation() {
|
|
}
|
|
|
|
ANavArrow::ANavArrow() {
|
|
DestinationTrackerComponent = NULL;
|
|
}
|
|
|