public void AttackNext() { Random rand = new Random(); gameBoard.HitTheLocation(rand.Next(10), rand.Next(10)); }