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

12 lines
310 B
C++
Executable file

#include "UseAnimationSetting.h"
UUseAnimationSetting::UUseAnimationSetting() {
this->BeginFP = NULL;
this->EndFP = NULL;
this->BeginTP = NULL;
this->EndTP = NULL;
this->IsManuallyControlled = false;
this->BlockUseWhileActive = false;
this->BlockUseWhileActiveDuration = 0.00f;
}