10 lines
335 B
C++
Executable file
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;
|
|
}
|
|
|