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

10 lines
284 B
C++
Executable file

#include "ProjectileLauncherComponent.h"
#include "Templates/SubclassOf.h"
void UProjectileLauncherComponent::SetProjectileClass(TSubclassOf<AProjectileBase> NewProjectileClass) {
}
UProjectileLauncherComponent::UProjectileLauncherComponent() {
this->ProjectileClass = NULL;
}