public void Raise(float currentBet) { fade.StartFade("Raise"); if (isAi) { bet = currentBet + 1; } else { bet = betPlayer + 1; } }