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

11 lines
331 B
C++
Executable file

#include "PlagueSoaperItem.h"
#include "ProjectileLauncherComponent.h"
void APlagueSoaperItem::OnWeaponFired(const FVector& Location) {
}
APlagueSoaperItem::APlagueSoaperItem() {
this->projectileLauncher = CreateDefaultSubobject<UProjectileLauncherComponent>(TEXT("projectileLauncher"));
this->ProjectileClass = NULL;
}