diff options
Diffstat (limited to 'SurvivalTest/Assets/Scripts/Decorations/Decoration_PowerGem.cs')
-rw-r--r-- | SurvivalTest/Assets/Scripts/Decorations/Decoration_PowerGem.cs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/SurvivalTest/Assets/Scripts/Decorations/Decoration_PowerGem.cs b/SurvivalTest/Assets/Scripts/Decorations/Decoration_PowerGem.cs deleted file mode 100644 index e72d73b..0000000 --- a/SurvivalTest/Assets/Scripts/Decorations/Decoration_PowerGem.cs +++ /dev/null @@ -1,8 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using UnityEngine; - -public class Decoration_PowerGem : Decoration_GemBase -{ - -}
\ No newline at end of file |