Files
UnrealEvent/Project/Source/FortniteGame/Private/AthenaVehicleCosmeticItemDefinition.cpp
2026-04-22 15:51:07 +02:00

8 lines
237 B
C++

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