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

public class Decoration_LifeGem : Decoration_GemBase
{


}