Untitled diff

Created Diff never expires
0 removals
Lines
Total18
Removed-0.0%0
Words
Total43
Removed-0.0%0
18 lines
2 additions
Lines
Total20
Added+10.0%2
Words
Total49
Added+12.2%6
20 lines
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;
}
}