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

8 lines
158 B
C++

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