DRG-Femboy-Voice/Source/FSD/Private/PawnAffliction.cpp
2025-04-15 12:39:31 -07:00

10 lines
239 B
C++
Executable file

#include "PawnAffliction.h"
UPawnAffliction::UPawnAffliction() {
this->Icon = NULL;
this->bShowPlayerIcon = true;
this->bShowOnEnemyHealthbar = true;
this->AfflictionOverlay = NULL;
this->PlayerShoutOnBegin = NULL;
}