added menu to choose bus route

This commit is contained in:
2019-09-12 22:20:20 +02:00
parent dd67fd857a
commit 11d28defb3
3 changed files with 5 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ using System.Linq;
namespace ReallifeGamemode.Server.Job
{
public abstract class JobBase
public abstract class JobBase : Script
{
public delegate void JobStartHandler(Client player);
public delegate void JobStopHandler(Client player);