Exemplo n.º 1
0
 public void OnPointerClick(PointerEventData eventData)
 {
     animationQueueController.AddActionToQueue(GetCard);
 }
Exemplo n.º 2
0
 public void TryHint()
 {
     animationQueueController.AddActionToQueue(OnHint);
 }
Exemplo n.º 3
0
 public void TryUndo()
 {
     animationQueueController.AddActionToQueue(Undo);
 }