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

11 lines
268 B
C++
Executable file

#include "EnemyDetonationSetting.h"
UEnemyDetonationSetting::UEnemyDetonationSetting() {
this->FireDamage = NULL;
this->FireParticles = NULL;
this->FireSound = NULL;
this->IceDamage = NULL;
this->IceParticles = NULL;
this->IceSound = NULL;
}