10 lines
239 B
C++
Executable file
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;
|
|
}
|
|
|