Files
FNGameProj/Source/FortniteGame/Private/FortAthenaRiftPortal.cpp
2024-01-21 00:41:14 +01:00

13 lines
300 B
C++

#include "FortAthenaRiftPortal.h"
void AFortAthenaRiftPortal::TeleportVehicle(AFortAthenaVehicle* Vehicle, const FVector& TeleportLocation) {
}
void AFortAthenaRiftPortal::NotifyTeleportedVehicle_Implementation(AFortAthenaVehicle* Vehicle) {
}
AFortAthenaRiftPortal::AFortAthenaRiftPortal() {
}