mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-28 12:13:26 +00:00
7 lines
173 B
C++
7 lines
173 B
C++
#include "FortAthenaMutator_ShowSafeZoneCircle.h"
|
|
|
|
AFortAthenaMutator_ShowSafeZoneCircle::AFortAthenaMutator_ShowSafeZoneCircle() {
|
|
this->bShowSafeZoneCircle = true;
|
|
}
|
|
|