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