diff --git a/Assets/Scripts/Shop/ItemShopSlot.cs b/Assets/Scripts/Shop/ItemShopSlot.cs index a44e736..1fbd952 100644 --- a/Assets/Scripts/Shop/ItemShopSlot.cs +++ b/Assets/Scripts/Shop/ItemShopSlot.cs @@ -47,4 +47,4 @@ namespace Shop { } } } -} \ No newline at end of file +} diff --git a/Assets/Scripts/Shop/ItemShopSlot.cs.meta b/Assets/Scripts/Shop/ItemShopSlot.cs.meta index ee1dfdf..6d8e94d 100644 --- a/Assets/Scripts/Shop/ItemShopSlot.cs.meta +++ b/Assets/Scripts/Shop/ItemShopSlot.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 3e6f808bd381a554eb64a7e84f997f45 +guid: 2d594a0f90ce440439c421198406bf40 MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/Assets/Scripts/Shop/ShopUI.cs b/Assets/Scripts/Shop/ShopUI.cs index 7507eff..dc42ef2 100644 --- a/Assets/Scripts/Shop/ShopUI.cs +++ b/Assets/Scripts/Shop/ShopUI.cs @@ -1,7 +1,5 @@ -using System.Collections.Generic; using System.Linq; using Actions; -using Tiles; using UnityEngine; using UnityEngine.EventSystems;