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