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

@ -2,6 +2,7 @@ using System.Collections;
using System.Collections.Generic;
using UnityEngine;
[CreateAssetMenu(fileName = "New UsableItem", menuName = "Inventory/UsableItem")]
public class UsableItem : Item, IUsable {
// Start is called before the first frame update
void Start() {