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

8 lines
236 B
C++

#include "FortAthenaMutator_MinigameDamageSupression.h"
AFortAthenaMutator_MinigameDamageSupression::AFortAthenaMutator_MinigameDamageSupression() {
this->bPreventPreGameDamage = false;
this->bPreventPostGameDamage = false;
}