mirror of
https://github.com/johndoe6345789/ArenaFPS.git
synced 2026-04-25 06:04:57 +00:00
11 lines
267 B
C++
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;
|
|
}
|