Files
FNGameProj/Source/FortniteGame/Private/FortAthenaBeaconComponent.cpp
T
2024-06-07 01:17:09 +02:00

9 lines
179 B
C++

#include "FortAthenaBeaconComponent.h"
UFortAthenaBeaconComponent::UFortAthenaBeaconComponent() {
MaxAttractedBots = 0;
AttractionRadius = 1;
bIsConsumed = false;
}