unitysamples / LyraStarterGame /Source /LyraGame /Inventory /InventoryFragment_PickupIcon.cpp
Alexhas2's picture
Add files using upload-large-folder tool
7fd553e verified
// Copyright Epic Games, Inc. All Rights Reserved.
#include "InventoryFragment_PickupIcon.h"
#include UE_INLINE_GENERATED_CPP_BY_NAME(InventoryFragment_PickupIcon)
UInventoryFragment_PickupIcon::UInventoryFragment_PickupIcon()
{
PadColor = FLinearColor::Green;
}