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

public class Item_LifeGem : Item_GemBase
{


}