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

public class Decoration_PowerGem : Decoration_GemBase
{

}