// Copyright ExByte Studios. Item Interaction Ecosystem. #pragma once #include "CoreMinimal.h" #include "Logging/LogMacros.h" /** Shared log categories for the Item Interaction Ecosystem (section 33). */ ITEMCORE_API DECLARE_LOG_CATEGORY_EXTERN(LogItemCore, Log, All);