From e6181c24124d97f2fbc932b8a68311e625463156 Mon Sep 17 00:00:00 2001 From: uzvkl Date: Tue, 11 Jun 2019 23:05:52 +0200 Subject: Move dsa related stuff to subfolder --- DSALib/Models/Database/DSA/Inventory.cs | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 DSALib/Models/Database/DSA/Inventory.cs (limited to 'DSALib/Models/Database/DSA/Inventory.cs') diff --git a/DSALib/Models/Database/DSA/Inventory.cs b/DSALib/Models/Database/DSA/Inventory.cs deleted file mode 100644 index f3f5d7a..0000000 --- a/DSALib/Models/Database/DSA/Inventory.cs +++ /dev/null @@ -1,12 +0,0 @@ -using System.Collections.Generic; - -namespace DSALib.Models.Database.Dsa -{ - public class Inventory - { - public int Id { get; set; } - public Dictionary Items { get; set; } = new Dictionary(); - public Dictionary Food { get; set; } = new Dictionary(); - public List Weapons { get; set; } = new List(); - } -} \ No newline at end of file -- cgit v1.2.3-54-g00ecf