remove unused root class

This commit is contained in:
Chomp 2021-09-06 17:33:05 +01:00
parent 7547f3379f
commit bdd505801a

View File

@ -2,11 +2,6 @@
namespace Common.Models
{
public class ItemsLibRoot
{
public List<Dictionary<string, Item>> items { get; set; }
}
public class Item
{
public string _id { get; set; }