Untitled diff

Created Diff never expires
0 remoções
Linhas
Total
Removido
Palavras
Total
Removido
Para continuar usando este recurso, atualize para
Diffchecker logo
Diffchecker Pro
18 linhas
2 adições
Linhas
Total
Adicionado
Palavras
Total
Adicionado
Para continuar usando este recurso, atualize para
Diffchecker logo
Diffchecker Pro
20 linhas
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;
}
}