static void Main(string[] args)
        {
            Player player = new Player();

            player.Bullethit(3);
            player.Bullethit(9);
            player.Bullethit(12);

            Console.ReadLine();
        }