using UnityEngine; namespace HeathenEngineering.SteamApi.PlayerServices.Demo { [CreateAssetMenu(menuName = "Steamworks/Examples/Inventory Item Definition")] public class ExampleInventoryItemDefinition : InventoryItemDefinition { } }