summaryrefslogtreecommitdiff
path: root/SurvivalTest/Assets/Scripts/Decorations/Decoration_LuckyGem.cs
diff options
context:
space:
mode:
Diffstat (limited to 'SurvivalTest/Assets/Scripts/Decorations/Decoration_LuckyGem.cs')
-rw-r--r--SurvivalTest/Assets/Scripts/Decorations/Decoration_LuckyGem.cs8
1 files changed, 0 insertions, 8 deletions
diff --git a/SurvivalTest/Assets/Scripts/Decorations/Decoration_LuckyGem.cs b/SurvivalTest/Assets/Scripts/Decorations/Decoration_LuckyGem.cs
deleted file mode 100644
index 3c0c8f4..0000000
--- a/SurvivalTest/Assets/Scripts/Decorations/Decoration_LuckyGem.cs
+++ /dev/null
@@ -1,8 +0,0 @@
-using System.Collections;
-using System.Collections.Generic;
-using UnityEngine;
-
-public class Decoration_LuckyGem : Decoration_GemBase
-{
-
-}