Files
ArenaFPS/Source/LyraGame/Inventory/InventoryFragment_PickupIcon.cpp
2025-11-17 21:49:11 +00:00

11 lines
267 B
C++

// 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;
}