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

public class Decoration_SpeedGem : Decoration_GemBase
{

}