Committing for merge

This commit is contained in:
VegaZ
2019-01-08 14:43:54 +01:00
parent 5c84dc177d
commit 6d2ccceb53
5 changed files with 91 additions and 18 deletions

View File

@@ -14,12 +14,12 @@ namespace reallife_gamemode.Server.Factions.Medic
{
public class MedicTask
{
public Client Victim { get; set; }
public string Victim { get; set; }
public Vector3 Position { get; set; }
public byte Type { get; set; }
public int Type { get; set; }
public string CauseOfDeath { get; set; }
public string Description { get; set; }
public Client Caller { get; set; }
public string Caller { get; set; }
public DateTime Time { get; set; }
}
}