SCRIPT+++++++++++++
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
[CreateAssetMenu(fileName = "New Object", menuName = "New Object", order = 1)]
[System.Serializable]
public class Scriptables : ScriptableObject
{
public int itemid;
public string itemName;
}