Files
2026-04-22 15:51:07 +02: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() {
}