TheKingsRace/Assets/Scripts/PlayerScripts/ItemScripts/SpecialItem.cs
Melbyj1125 c8e298f038 Updated Item scripts and objects
Scripts and objects should actually be committed now
Use Items script to make objects
2021-10-08 13:59:04 -05:00

8 lines
116 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class SpecialItem : Item
{
}