add job menu and start job

This commit is contained in:
hydrant
2019-05-16 18:35:43 +02:00
parent 5b014d6668
commit 2fb1f198cf
10 changed files with 117 additions and 12 deletions

View File

@@ -9,5 +9,7 @@ namespace ReallifeGamemode.Server.Job
public override int Id => 2;
public override string Name => "Müllmann";
public override bool NeedVehicleToStart => true;
}
}