11 lines
280 B
C++
Executable file
11 lines
280 B
C++
Executable file
#include "CleanupPod.h"
|
|
#include "Components/SphereComponent.h"
|
|
|
|
|
|
void ACleanupPod::ChangedState(ARessuplyPod* InPod, ERessuplyPodState InState) {
|
|
}
|
|
|
|
ACleanupPod::ACleanupPod() {
|
|
this->RemovePlagueCollision = CreateDefaultSubobject<USphereComponent>(TEXT("RemovePlague"));
|
|
}
|
|
|