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