From 06e2f60548b2ffcfe8a18ff08433499acf78c6d0 Mon Sep 17 00:00:00 2001 From: Devin Date: Tue, 16 Nov 2021 19:48:00 +0100 Subject: [PATCH] Fix inventory scriptable object --- Assets/Resources/Inventories/ShopInventory.asset | 2 +- .../{InventoryInit.cs => InventoryInitVals.cs} | 0 .../{InventoryInit.cs.meta => InventoryInitVals.cs.meta} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename Assets/Scripts/Shop/Scriptable Objects/{InventoryInit.cs => InventoryInitVals.cs} (100%) rename Assets/Scripts/Shop/Scriptable Objects/{InventoryInit.cs.meta => InventoryInitVals.cs.meta} (100%) diff --git a/Assets/Resources/Inventories/ShopInventory.asset b/Assets/Resources/Inventories/ShopInventory.asset index f0e0f2b..c27af44 100644 --- a/Assets/Resources/Inventories/ShopInventory.asset +++ b/Assets/Resources/Inventories/ShopInventory.asset @@ -9,7 +9,7 @@ MonoBehaviour: m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 0} + m_Script: {fileID: 11500000, guid: 6b56b3d0165a9714ab2efbdf15c22d0d, type: 3} m_Name: ShopInventory m_EditorClassIdentifier: SAShop::InventoryInitVals Money: 8000 diff --git a/Assets/Scripts/Shop/Scriptable Objects/InventoryInit.cs b/Assets/Scripts/Shop/Scriptable Objects/InventoryInitVals.cs similarity index 100% rename from Assets/Scripts/Shop/Scriptable Objects/InventoryInit.cs rename to Assets/Scripts/Shop/Scriptable Objects/InventoryInitVals.cs diff --git a/Assets/Scripts/Shop/Scriptable Objects/InventoryInit.cs.meta b/Assets/Scripts/Shop/Scriptable Objects/InventoryInitVals.cs.meta similarity index 100% rename from Assets/Scripts/Shop/Scriptable Objects/InventoryInit.cs.meta rename to Assets/Scripts/Shop/Scriptable Objects/InventoryInitVals.cs.meta