fraktionsname bei /mfr anzeigen ;)))

This commit is contained in:
hydrant
2020-03-25 20:32:36 +01:00
parent d90f59f43a
commit 16be2869a0
6 changed files with 16 additions and 5 deletions

View File

@@ -6,6 +6,7 @@ namespace ReallifeGamemode.Server.Util
{
class FactionRankHelper
{
public string FactionName { get; set; }
public int FactionId { get; set; }
public List<Rank> Ranks { get; set; }
}