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

10 lines
335 B
C++
Executable file

#include "FacilityTetherDispenserAnimInstnace.h"
UFacilityTetherDispenserAnimInstnace::UFacilityTetherDispenserAnimInstnace() {
this->PodState = EHackingPodState::EClosed;
this->ShouldShowDispenser = false;
this->ShouldCloseFromDispenser = false;
this->ShouldShowButton = false;
this->ShouldHideButton = false;
}