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

8 lines
158 B
C++
Executable file

#include "WeakpointChannel.h"
FWeakpointChannel::FWeakpointChannel() {
this->WeakPointMaterial = NULL;
this->BoneIndex = 0;
this->Mid = NULL;
}