Beispiel #1
0
 public void OnCardReceivedCellEvent()
 {
     //Calling card drop event: deck.Manager.OnCardReceivedCell => handArea.EnableDraggable
     CardReceivedCellEvent?.Invoke();
     endTurnButton.SetActive(true);
 }
Beispiel #2
0
 public void OnCardReceivedCellEvent()
 {
     //Call enable draggable on hand area
     CardReceivedCellEvent?.Invoke();
 }
Beispiel #3
0
 public void OnCardReceiveCellEvent()
 {
     CardReceivedCellEvent?.Invoke();
 }