6 lines
149 B
C++
Executable file
6 lines
149 B
C++
Executable file
#include "AnimatedObjectAfflictionComponent.h"
|
|
|
|
UAnimatedObjectAfflictionComponent::UAnimatedObjectAfflictionComponent() {
|
|
this->Mesh = NULL;
|
|
}
|
|
|