8 lines
184 B
C++
Executable file
8 lines
184 B
C++
Executable file
#include "MeshCarveAttackEffect.h"
|
|
|
|
UMeshCarveAttackEffect::UMeshCarveAttackEffect() {
|
|
this->ExpensiveNoise = 0.00f;
|
|
this->CarveMesh = NULL;
|
|
this->CarverOffset = 0.00f;
|
|
}
|
|
|