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, 8 insertions, 0 deletions
diff --git a/SurvivalTest/Assets/Scripts/Decorations/Decoration_LuckyGem.cs b/SurvivalTest/Assets/Scripts/Decorations/Decoration_LuckyGem.cs
new file mode 100644
index 0000000..3c0c8f4
--- /dev/null
+++ b/SurvivalTest/Assets/Scripts/Decorations/Decoration_LuckyGem.cs
@@ -0,0 +1,8 @@
+using System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
+
+public class Decoration_LuckyGem : Decoration_GemBase
+{
+
+}