This commit is contained in:
dhain 2022-05-19 16:54:36 +02:00
parent 66eb5af0bb
commit 97b6ce7497
7 changed files with 3 additions and 56 deletions

View file

@ -1,6 +1,7 @@
using System;
using UnityEngine;
[CreateAssetMenu(fileName = "New Item", menuName = "Inventory/Item")]
public class Item : ScriptableObject, IComparable<Item> {
public string displayName;
public string description;