Files
FNGameProj/Source/FortniteGame/Private/AntelopeVehicleBoostLevel.cpp
T
2024-06-07 01:17:09 +02:00

8 lines
150 B
C++

#include "AntelopeVehicleBoostLevel.h"
FAntelopeVehicleBoostLevel::FAntelopeVehicleBoostLevel() {
AccumulationPercent = 1;
BoostTime = 1;
}