Untitled diff

Created Diff never expires
0 हटाए गए
लाइनें
कुल
हटाया गया
शब्द
कुल
हटाया गया
इस सुविधा का उपयोग जारी रखने के लिए, अपग्रेड करें
Diffchecker logo
Diffchecker Pro
18 लाइनें
2 जोड़े गए
लाइनें
कुल
जोड़ा गया
शब्द
कुल
जोड़ा गया
इस सुविधा का उपयोग जारी रखने के लिए, अपग्रेड करें
Diffchecker logo
Diffchecker Pro
20 लाइनें
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;
}
}