12 lines
194 B
C++
12 lines
194 B
C++
// © 2025 Naked People Team. All Rights Reserved.
|
|
|
|
|
|
#include "NPCTargetLocation.h"
|
|
|
|
// Sets default values
|
|
ANPCTargetLocation::ANPCTargetLocation()
|
|
{
|
|
PrimaryActorTick.bCanEverTick = false;
|
|
}
|
|
|