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

public class Item_PowerGem : Item_GemBase
{

}