public MainGame() { Instance = this; graphics = new GraphicsDeviceManager(this); Content.RootDirectory = "Content"; }
static void Main() { using (var game = new MainGame()) game.Run(); }