Skip to content

Commit 76c804e

Browse files
MinhPhu0304KadinHoneyfield
authored andcommitted
Remove redundant field
1 parent b3d97ec commit 76c804e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Assets/scripts/ItemManager.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ public class ItemManager : MonoBehaviour
1717
public List<GameObject> selectableModels;
1818
public List<Item> selectableItems;
1919

20-
public static ItemManager Instance;
2120
private List<Item> itemList = new List<Item>();
2221
private string[] dbReadOrder = { "Name", "url", "desc", "categories", "brands", "designer", "spec" };
2322
private static readonly string DatabaseName = "users.s3db"; // Do not change db or the consequences are bad

0 commit comments

Comments
 (0)