From 76c804ea22d2cf7c4a0184e6d7d44103b0e1a8e9 Mon Sep 17 00:00:00 2001 From: Minh-Phu Date: Mon, 21 Oct 2019 12:21:51 +1300 Subject: [PATCH] Remove redundant field --- Assets/scripts/ItemManager.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Assets/scripts/ItemManager.cs b/Assets/scripts/ItemManager.cs index 9a30e05..c349b24 100644 --- a/Assets/scripts/ItemManager.cs +++ b/Assets/scripts/ItemManager.cs @@ -17,7 +17,6 @@ public class ItemManager : MonoBehaviour public List selectableModels; public List selectableItems; - public static ItemManager Instance; private List itemList = new List(); private string[] dbReadOrder = { "Name", "url", "desc", "categories", "brands", "designer", "spec" }; private static readonly string DatabaseName = "users.s3db"; // Do not change db or the consequences are bad