This commit is contained in:
hydrant
2019-05-13 18:20:27 +02:00
parent 27f6279429
commit 2e1ebc9e4e
6 changed files with 1295 additions and 4 deletions

View File

@@ -62,6 +62,8 @@ namespace ReallifeGamemode.Server.Entities
public GroupRank GroupRank { get; set; }
public Job Job { get; set; }
public FactionRank GetFactionRank()
{
using (var dbContext = new DatabaseContext())