Fix Medic 2

This commit is contained in:
VegaZ
2021-04-04 15:26:29 +02:00
parent 1e7f2deac9
commit 88b6016863
2 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ namespace ReallifeGamemode.Server.Factions.Medic
public string Description { get; set; }
public string Caller { get; set; }
public DateTime Time { get; set; }
public long TimeLeft { get; set; }
public int TimeLeft { get; set; }
public string MedicName { get; set; }
}