Push files

This commit is contained in:
VegaZ
2019-02-25 19:59:02 +01:00
parent ff7374fc07
commit ad51f56b32
8 changed files with 193 additions and 28 deletions

View File

@@ -21,5 +21,6 @@ namespace reallife_gamemode.Server.Factions.Medic
public string Description { get; set; }
public string Caller { get; set; }
public DateTime Time { get; set; }
public string MedicName { get; set; }
}
}