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

public class Item_LuckyGem : Item_GemBase
{

}