mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-29 12:33:27 +00:00
10 lines
233 B
C++
10 lines
233 B
C++
#include "VortexParams.h"
|
|
|
|
FVortexParams::FVortexParams() {
|
|
this->GravityFloorAltitude = 0.00f;
|
|
this->GravityFloorWidth = 0.00f;
|
|
this->GravityFloorGravityScalar = 0.00f;
|
|
this->GravityFloorTerminalVelocity = 0.00f;
|
|
}
|
|
|