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

9 lines
223 B
C++
Executable file

#include "EventStarterAnimInstance.h"
UEventStarterAnimInstance::UEventStarterAnimInstance() {
this->UseProgress = 0.00f;
this->IsOpenForUse = false;
this->IsBooted = false;
this->IsEventActive = false;
}