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;
}
}