private void AI1() { Card.card tmp = AIplayerCard.enemyDrawCard(); hand[0, 0] = tmp; AIplayerCard.enemyDiscardCard(1, hand); }