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

public class Decoration_LuckyGem : Decoration_GemBase
{

}