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

14 lines
424 B
C++
Executable file

#include "ZiplineLauncherComponent.h"
void UZiplineLauncherComponent::Server_Fire_Implementation(FVector_NetQuantize Origin, FVector_NetQuantize Destination) {
}
void UZiplineLauncherComponent::All_ShowHit_Implementation() {
}
UZiplineLauncherComponent::UZiplineLauncherComponent() {
this->HitCollisionChannel = ECC_GameTraceChannel7;
this->ProjectileLocationOffset = 25.00f;
this->ProjectileClass = NULL;
}