Files
FNGameProj/Source/FortniteGame/Private/FortAthenaMutator_ShowSafeZoneCircle.cpp
2024-01-21 00:41:14 +01:00

7 lines
173 B
C++

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