From c9cf3aade0eb12e5adfc491eccf3f8a8b80e1095 Mon Sep 17 00:00:00 2001 From: d-hain Date: Thu, 23 Jun 2022 22:40:01 +0200 Subject: [PATCH] included Shop namspace in Inventory.cs --- Assets/Scripts/Inventory.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Assets/Scripts/Inventory.cs b/Assets/Scripts/Inventory.cs index 256f79c..65bb06b 100644 --- a/Assets/Scripts/Inventory.cs +++ b/Assets/Scripts/Inventory.cs @@ -1,4 +1,3 @@ -using System; using Shop; using UnityEngine;