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

9 lines
229 B
C++
Executable file

#include "GameEventAnimInstance.h"
UGameEventAnimInstance::UGameEventAnimInstance() {
this->StageProgress = 0.00f;
this->IsEventActive = false;
this->AreEventStartersActive = false;
this->EventFailed = false;
}