Untitled diff
0 removals
Lines | |
---|---|
Total | 18 |
Removed | -0.0%0 |
Words | |
Total | 43 |
Removed | -0.0%0 |
18 lines
2 additions
Lines | |
---|---|
Total | 20 |
Added | +10.0%2 |
Words | |
Total | 49 |
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;
}
}