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

8 lines
197 B
C++
Executable file

#include "DormantComponentState.h"
FDormantComponentState::FDormantComponentState() {
this->Collision = ECollisionEnabled::NoCollision;
this->Active = false;
this->Visible = false;
}