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

8 lines
184 B
C++
Executable file

#include "MeshCarveAttackEffect.h"
UMeshCarveAttackEffect::UMeshCarveAttackEffect() {
this->ExpensiveNoise = 0.00f;
this->CarveMesh = NULL;
this->CarverOffset = 0.00f;
}