BizHawk/BizHawk.Client.Common/Global.cs

11 lines
218 B
C#

namespace BizHawk.Client.Common
{
public static class Global
{
public static IEmulator Emulator;
public static Config Config;
public static GameInfo Game;
public static CheatList CheatList;
}
}