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

10 lines
267 B
C++

#include "AthenaCharacterPartItemDefinition.h"
TArray<UCustomCharacterPart*> UAthenaCharacterPartItemDefinition::GetCharacterParts() const {
return TArray<UCustomCharacterPart*>();
}
UAthenaCharacterPartItemDefinition::UAthenaCharacterPartItemDefinition() {
}