summaryrefslogtreecommitdiff
path: root/SurvivalTest/Assets/Scripts/Decorations/Decoration_GemBase.cs
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2022-04-23 00:01:46 +0800
committerchai <chaifix@163.com>2022-04-23 00:01:46 +0800
commit747a355b8a7d273264ce1d8f1848633f8fa52c47 (patch)
tree0892c72aa6be72f2b6c0e02dc6a660574691c1df /SurvivalTest/Assets/Scripts/Decorations/Decoration_GemBase.cs
parent64eeb50eb855d1166d41bd25b58a34919a49589d (diff)
+ gem
Diffstat (limited to 'SurvivalTest/Assets/Scripts/Decorations/Decoration_GemBase.cs')
-rw-r--r--SurvivalTest/Assets/Scripts/Decorations/Decoration_GemBase.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/SurvivalTest/Assets/Scripts/Decorations/Decoration_GemBase.cs b/SurvivalTest/Assets/Scripts/Decorations/Decoration_GemBase.cs
new file mode 100644
index 0000000..6d701f7
--- /dev/null
+++ b/SurvivalTest/Assets/Scripts/Decorations/Decoration_GemBase.cs
@@ -0,0 +1,9 @@
+using System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
+
+public class Decoration_GemBase : DecorationBase
+{
+
+
+} \ No newline at end of file