mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-28 19:27:53 +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;
|
|
}
|
|
|