mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
22 lines
489 B
C++
22 lines
489 B
C++
#include "FortProjectileDecoHelper.h"
|
|
|
|
void AFortProjectileDecoHelper::Tick(float DeltaSeconds) {
|
|
}
|
|
|
|
void AFortProjectileDecoHelper::SetShowDecoPreview(bool bInShowDecoPreview) {
|
|
}
|
|
|
|
void AFortProjectileDecoHelper::SetGrenadeTrajectoryHitResult(const FHitResult& InHitResult) {
|
|
}
|
|
|
|
void AFortProjectileDecoHelper::OnProjectileThrown() {
|
|
}
|
|
|
|
bool AFortProjectileDecoHelper::GetInvalidThrowTrapPosition() const {
|
|
return false;
|
|
}
|
|
|
|
AFortProjectileDecoHelper::AFortProjectileDecoHelper() {
|
|
}
|
|
|