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

8 lines
237 B
C++

#include "AthenaVehicleCosmeticItemDefinition.h"
UAthenaVehicleCosmeticItemDefinition::UAthenaVehicleCosmeticItemDefinition() {
this->DecoType = EFortVehicleDecoType::Unknown;
ItemType = EFortItemType::AthenaVehicleCosmetic;
}