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

8 lines
170 B
C++

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