more advanced features in report system

This commit is contained in:
2019-09-03 18:22:24 +02:00
parent 72f3c97556
commit 22fb8f1d6e
2 changed files with 16 additions and 1 deletions

View File

@@ -29,6 +29,10 @@ namespace ReallifeGamemode.Server.Report
{
return this.admin;
}
public bool isAssigned()
{
return this.assigned;
}
public String getUser()
{