Files
2026-04-22 15:51:07 +02:00

9 lines
216 B
C++

#include "PartyMemberCosmeticLoadout.h"
FPartyMemberCosmeticLoadout::FPartyMemberCosmeticLoadout() {
this->CharacterDefinition = NULL;
this->BackpackDefinition = NULL;
this->PickaxeDefinition = NULL;
}