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

8 lines
191 B
C++
Executable file

#include "DelayedActorSwitchData.h"
FDelayedActorSwitchData::FDelayedActorSwitchData() {
this->IsActive = false;
this->IsExternalActor = false;
this->IsUnEquipCalled = false;
}