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