Files
2026-04-22 15:51:07 +02: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;
}