Untitled diff

Created Diff never expires
0 eliminaciones
Líneas
Total
Eliminado
Palabras
Total
Eliminado
Para continuar usando esta función, actualice a
Diffchecker logo
Diffchecker Pro
18 líneas
2 adiciones
Líneas
Total
Añadido
Palabras
Total
Añadido
Para continuar usando esta función, actualice a
Diffchecker logo
Diffchecker Pro
20 líneas
using System;
using System;
using System.Collections.Generic;
using System.Collections.Generic;


public static class ConsoleCommands
public static class ConsoleCommands
{
{
public static void RegisterAllCommands()
public static void RegisterAllCommands()
{
{
}
}


public static Dictionary<int, int> aiSessionOrderDebugCount = new Dictionary<int, int>();
public static Dictionary<int, int> aiSessionOrderDebugCount = new Dictionary<int, int>();


public static bool useAIForDrivers = false;
public static bool useAIForDrivers = false;


public static bool getNextCrashPath = false;
public static bool getNextCrashPath = false;


public static bool testSeasons = false;
public static bool testSeasons = false;

public static bool useAIForPitting = false;
}
}