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

7 lines
99 B
C++

#include "PawnDamageZones.h"
FPawnDamageZones::FPawnDamageZones() {
this->bActive = false;
}