6 lines
157 B
C++
Executable file
6 lines
157 B
C++
Executable file
#include "OptionalBloodPhysicalMaterial.h"
|
|
|
|
UOptionalBloodPhysicalMaterial::UOptionalBloodPhysicalMaterial() {
|
|
this->BloodlessImpactParticles = NULL;
|
|
}
|
|
|