Add Bus driver job
This commit is contained in:
15
ReallifeGamemode.Server/Job/BusDriverJob.cs
Normal file
15
ReallifeGamemode.Server/Job/BusDriverJob.cs
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Text;
|
||||||
|
|
||||||
|
namespace ReallifeGamemode.Server.Job
|
||||||
|
{
|
||||||
|
class BusDriverJob : JobBase
|
||||||
|
{
|
||||||
|
public override int Id => 4;
|
||||||
|
|
||||||
|
public override string Name => "Busfahrer";
|
||||||
|
|
||||||
|
public override bool NeedVehicleToStart => true;
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user