using UnityEngine;
[CreateAssetMenu]
public class GameContent : ScriptableObject
{
public InventoryItem[] GameItems;
}