Files
UnrealEvent/Project/Source/FortniteGame/Private/FortAthenaMutator_ShowSafeZoneCircle.cpp
2026-04-22 15:51:07 +02:00

7 lines
173 B
C++

#include "FortAthenaMutator_ShowSafeZoneCircle.h"
AFortAthenaMutator_ShowSafeZoneCircle::AFortAthenaMutator_ShowSafeZoneCircle() {
this->bShowSafeZoneCircle = true;
}