mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-09-02 04:23:39 +00:00
12 lines
278 B
C++
12 lines
278 B
C++
#include "FortAthenaLowGravZone.h"
|
|
|
|
void AFortAthenaLowGravZone::OnVehicleExitZone(AFortAthenaVehicle* Vehicle) {
|
|
}
|
|
|
|
void AFortAthenaLowGravZone::OnVehicleEnterZone(AFortAthenaVehicle* Vehicle, float GravityMultiplier) {
|
|
}
|
|
|
|
AFortAthenaLowGravZone::AFortAthenaLowGravZone() {
|
|
}
|
|
|