Untitled diff
0 removals
Words removed | 0 |
Total words | 43 |
Words removed (%) | 0.00 |
18 lines
2 additions
Words added | 6 |
Total words | 49 |
Words added (%) | 12.24 |
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;
}
}