MIF_E31221263/Assets/Scripts/Inventory/Items/ItemExtra.cs

10 lines
202 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
[CreateAssetMenu(fileName = "ItemExtra_", menuName = "Items/Item Extra")]
public class ItemExtra : InventoryItem
{
}