look basis

This commit is contained in:
Fabian
2021-04-13 21:34:14 +02:00
parent f6b4dd481a
commit 18e385717b
10 changed files with 281 additions and 0 deletions

View File

@@ -18,6 +18,9 @@ namespace ReallifeGamemode.Server.Managers
{
public class VehicleManager : Script
{
public static Dictionary<Vehicle, List<String>> lastDriversInVehicle = new Dictionary<Vehicle, List<string>>();
private static readonly List<string> _enabledMods = new List<string>()
{
"ninef",