static void Main () { game = new Core (); game.Run (); }
static void Main() { using (var game = new Core()) game.Run(); }