static void Main() { using (var game = new Game1()) game.Run(); }
public Unicorn(Game game) : base(game) { _game = (Game1)game; }