Files
2026-04-22 15:51:07 +02:00

12 lines
278 B
C++

#include "FortAthenaLowGravZone.h"
void AFortAthenaLowGravZone::OnVehicleExitZone(AFortAthenaVehicle* Vehicle) {
}
void AFortAthenaLowGravZone::OnVehicleEnterZone(AFortAthenaVehicle* Vehicle, float GravityMultiplier) {
}
AFortAthenaLowGravZone::AFortAthenaLowGravZone() {
}