Files
FNGameProj/Source/FortniteGame/Private/FerretVehicleBoostLevel.cpp
2024-01-21 00:41:14 +01:00

8 lines
164 B
C++

#include "FerretVehicleBoostLevel.h"
FFerretVehicleBoostLevel::FFerretVehicleBoostLevel() {
this->AccumulationPercent = 0.00f;
this->BoostTime = 0.00f;
}