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