bissl formattiert

This commit is contained in:
hydrant
2020-05-10 22:54:18 +02:00
parent 914f2f9447
commit 2c648d52dd
105 changed files with 8184 additions and 8184 deletions

View File

@@ -10,21 +10,21 @@ using GTANetworkAPI;
namespace ReallifeGamemode.Server.Factions.Medic
{
public class MedicTask
{
public string Victim { get; set; }
public Vector3 Position { get; set; }
public MedicTaskType Type { get; set; }
public string CauseOfDeath { get; set; }
public string Description { get; set; }
public string Caller { get; set; }
public DateTime Time { get; set; }
public string MedicName { get; set; }
}
{
public string Victim { get; set; }
public Vector3 Position { get; set; }
public MedicTaskType Type { get; set; }
public string CauseOfDeath { get; set; }
public string Description { get; set; }
public string Caller { get; set; }
public DateTime Time { get; set; }
public string MedicName { get; set; }
}
public enum MedicTaskType
{
REVIVE,
HEAL,
FIRE
}
public enum MedicTaskType
{
REVIVE,
HEAL,
FIRE
}
}