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, 9 insertions, 0 deletions
diff --git a/SurvivalTest/Assets/Scripts/Decorations/Decoration_LifeGem.cs b/SurvivalTest/Assets/Scripts/Decorations/Decoration_LifeGem.cs new file mode 100644 index 0000000..536fa98 --- /dev/null +++ b/SurvivalTest/Assets/Scripts/Decorations/Decoration_LifeGem.cs @@ -0,0 +1,9 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class Decoration_LifeGem : Decoration_GemBase +{ + + +}
\ No newline at end of file |