DRG-Femboy-Voice/Source/FSD/Private/JetBootsSettings.cpp
2025-04-15 12:39:31 -07:00

13 lines
358 B
C++
Executable file

#include "JetBootsSettings.h"
UJetBootsSettings::UJetBootsSettings() {
this->JetForce = 1750.00f;
this->AirControlSpeed = 0.15f;
this->MaxAirSpeed = 10.00f;
this->MaxJetFuel = 50.00f;
this->JetFuelCost = 20.00f;
this->JetFuelRechargeRate = 30.00f;
this->JetFuelRechargeDelay = 0.25f;
this->OutOfFuelRechargeDelay = 1.00f;
}