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

8 lines
138 B
C++

#include "GoatVehicleBoostLevel.h"
FGoatVehicleBoostLevel::FGoatVehicleBoostLevel() {
AccumulationPercent = 1;
BoostTime = 1;
}