mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
12 lines
223 B
C++
12 lines
223 B
C++
#include "GroundSplineSpeedData.h"
|
|
|
|
FGroundSplineSpeedData::FGroundSplineSpeedData() {
|
|
Speed = 1;
|
|
Acceleration = 1;
|
|
YawSpeed = 1;
|
|
YawAcceleration = 1;
|
|
SnapToNewSpeedRequestNum = 0;
|
|
Timestamp = 1;
|
|
}
|
|
|