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

11 lines
307 B
C++

#include "FortCachedWeaponOverheatData.h"
FFortCachedWeaponOverheatData::FFortCachedWeaponOverheatData() {
this->TimeWeaponWasUnequipped = 0.00f;
this->OverheatValueAtUneqip = 0.00f;
this->OverheatValue = 0.00f;
this->TimeOverheatedBegan = 0.00f;
this->TimeHeatWasLastAdded = 0.00f;
}