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

14 lines
410 B
C++
Executable file

#include "GrenadeExplodeOperationData.h"
FGrenadeExplodeOperationData::FGrenadeExplodeOperationData() {
this->OperationNumber = 0;
this->NormalOffset = 0.00f;
this->NormalSqueeze = 0.00f;
this->Radius = 0.00f;
this->Noise = 0.00f;
this->BurnThickness = 0.00f;
this->UseBulletBurntMaterial = false;
this->DissolvePlatforms = false;
this->OverrideBurntMaterialHandle = 0;
}