mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
14 lines
350 B
C++
14 lines
350 B
C++
#include "MyTownData.h"
|
|
|
|
UMyTownData::UMyTownData() {
|
|
PersonnelXpItemDefinition = NULL;
|
|
HeroXpItemDefinition = NULL;
|
|
VoucherItemDefinition = NULL;
|
|
SchematicXpItemDefinition = NULL;
|
|
CurrencyItemDefinition = NULL;
|
|
SkillPointItemDefinition = NULL;
|
|
ResearchPointItemDefinition = NULL;
|
|
TotalRatingGameplayEffect = NULL;
|
|
}
|
|
|