7 lines
159 B
C++
Executable file
7 lines
159 B
C++
Executable file
#include "SpawnActorFeature.h"
|
|
|
|
USpawnActorFeature::USpawnActorFeature() {
|
|
this->ActorToSpawn = NULL;
|
|
this->Adjustment = EItemAdjustmentType::None;
|
|
}
|
|
|