summaryrefslogtreecommitdiff
path: root/SurvivalTest/Assets/Scripts/Items/Item_GemBase.cs
blob: 6e68b478a2031677ca31b17aad596ac0d5f1111e (plain)
1
2
3
4
5
6
7
8
9
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class Item_GemBase : ItemBase
{


}