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