Files
2026-03-04 10:03:45 +08:00

10 lines
238 B
C#

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