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

15 lines
284 B
C++

#include "FortKeepAmmoStash.h"
FFortKeepAmmoStash::FFortKeepAmmoStash() {
this->Max1 = 0;
this->Cooldown1 = 0;
this->Max2 = 0;
this->Cooldown2 = 0;
this->Max3 = 0;
this->Cooldown3 = 0;
this->Max4 = 0;
this->Cooldown4 = 0;
this->PickupTier = 0;
}