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

9 lines
199 B
C++
Executable file

#include "DialogStruct.h"
FDialogStruct::FDialogStruct() {
this->Enabled = false;
this->Restriction = EDialogRestriction::None;
this->Weigth = 0.00f;
this->bIsValidEntry = false;
}