Files
2026-04-22 15:51:07 +02:00

14 lines
342 B
C++

#include "FortAIBatchedDamageCues.h"
FFortAIBatchedDamageCues::FFortAIBatchedDamageCues() {
this->bImpact = false;
this->bImpactWeapon = false;
this->bDamage = false;
this->bDamageShields = false;
this->bDamageWeapon = false;
this->bFatal = false;
this->bWeaponActivated = false;
this->TargetActor = NULL;
}