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

public class Decoration_DefenseGem : Decoration_GemBase
{


}