Add Ban Command

This commit is contained in:
VegaZ
2018-09-25 20:24:30 +02:00
parent b2b9ec05c9
commit 28942dfe5f
6 changed files with 47 additions and 3 deletions

View File

@@ -25,6 +25,8 @@ namespace reallife_gamemode.Server.Entities
public string Reason { get; set; }
public string BannedBy { get; set; }
[Timestamp]
public byte[] Applied { get; set; }
public byte[] UntilDateTime { get; set; }
}
}