8 lines
201 B
C++
8 lines
201 B
C++
|
// Copyright Epic Games, Inc. All Rights Reserved.
|
||
|
|
||
|
#include "InventoryFragment_PickupIcon.h"
|
||
|
|
||
|
UInventoryFragment_PickupIcon::UInventoryFragment_PickupIcon()
|
||
|
{
|
||
|
PadColor = FLinearColor::Green;
|
||
|
}
|