Skip to content

Commit

Permalink
Remove redundant field
Browse files Browse the repository at this point in the history
  • Loading branch information
MinhPhu0304 authored and KadinHoneyfield committed Oct 20, 2019
1 parent b3d97ec commit 76c804e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Assets/scripts/ItemManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ public class ItemManager : MonoBehaviour
public List<GameObject> selectableModels;
public List<Item> selectableItems;

public static ItemManager Instance;
private List<Item> itemList = new List<Item>();
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
Expand Down

0 comments on commit 76c804e

Please sign in to comment.