summaryrefslogtreecommitdiff
path: root/DSACore/Models/Database/DSA/Inventory.cs
diff options
context:
space:
mode:
Diffstat (limited to 'DSACore/Models/Database/DSA/Inventory.cs')
-rw-r--r--DSACore/Models/Database/DSA/Inventory.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/DSACore/Models/Database/DSA/Inventory.cs b/DSACore/Models/Database/DSA/Inventory.cs
index 69c7b08..9a025d4 100644
--- a/DSACore/Models/Database/DSA/Inventory.cs
+++ b/DSACore/Models/Database/DSA/Inventory.cs
@@ -9,4 +9,4 @@ namespace DSACore.Models.Database.DSA
public Dictionary<string, bool> Food { get; set; } = new Dictionary<string, bool>();
public List<Weapon> Weapons { get; set; } = new List<Weapon>();
}
-}
+} \ No newline at end of file