static void Main() { using (var game = new Game1()) game.Run(); }
public Dog(Game1 game, Input input, List<Bomb> bombs) : this(game) { this.input = input; this.bombs = bombs; }