summaryrefslogtreecommitdiff
path: root/DSACore/Models/Database/Group.cs
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2018-10-01 02:28:42 +0200
committerTrueDoctor <d-kobert@web.de>2018-10-01 02:28:42 +0200
commit6285967d1cf6e9322f584de761eea31ade32b3e5 (patch)
tree2f2227e85c18011d5122924e56ecde00e2f47ec8 /DSACore/Models/Database/Group.cs
parent560f454c9beb2f691730b126fc6b3e23d68d6681 (diff)
Completed Weapon import function to automagically load data from an dsa website into the database
Diffstat (limited to 'DSACore/Models/Database/Group.cs')
-rw-r--r--DSACore/Models/Database/Group.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/DSACore/Models/Database/Group.cs b/DSACore/Models/Database/Group.cs
index 0273aed..a7bb929 100644
--- a/DSACore/Models/Database/Group.cs
+++ b/DSACore/Models/Database/Group.cs
@@ -12,5 +12,8 @@ namespace DSACore.Models.Database
public string Password { get; set; }
public int Id { get; set; }
public List<GroupChar> Chars { get; set; }= new List<GroupChar>();
+
}
+
+
}