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

9 lines
210 B
C++

#include "VehicleBounceState.h"
FVehicleBounceState::FVehicleBounceState() {
this->CompressionState = EBounceCompressionState::None;
this->CompressionValue = 0.00f;
this->StateCooldown = 0.00f;
}