8 lines
191 B
C++
Executable file
8 lines
191 B
C++
Executable file
#include "DelayedActorSwitchData.h"
|
|
|
|
FDelayedActorSwitchData::FDelayedActorSwitchData() {
|
|
this->IsActive = false;
|
|
this->IsExternalActor = false;
|
|
this->IsUnEquipCalled = false;
|
|
}
|
|
|