internal void ShowMulliganPanel(string shortId, int[] dbfIds, CardClass opponent, bool hasCoin, int playerStarLevel) { MulliganNotificationPanel.Update(shortId, dbfIds, opponent, hasCoin, playerStarLevel); if (MulliganNotificationPanel.ShouldShow()) { _mulliganNotificationBehavior.Show(); _mulliganToastVisible = true; } }
internal void ShowMulliganPanel(string shortId, int[] dbfIds, CardClass opponent) { MulliganNotificationPanel.Update(shortId, dbfIds, opponent); if (MulliganNotificationPanel.ShouldShow()) { _mulliganNotificationBehavior.Show(); _mulliganToastVisible = true; } }