fix bus and pilot

This commit is contained in:
2021-04-11 01:36:39 +02:00
parent fdd7b58857
commit b6885fd884
3 changed files with 6 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ namespace ReallifeGamemode.Server.Job
private static readonly List<Player> jobPlayer = new List<Player>();
public static Dictionary<Player, Vehicle> playerVehiclePair = new Dictionary<Player, Vehicle>();
public static List<Player>
public abstract int Id { get; }