Ejemplo n.º 1
0
 public BubbleAimTarget(BubbleSlotView targetSlot)
 {
     _targetSlot = targetSlot;
 }
Ejemplo n.º 2
0
 public BubbleAimTarget(BubbleSlotView targetSlot, Vector3 bouncePosition)
 {
     _targetSlot     = targetSlot;
     _bouncePosition = bouncePosition;
     _bounces        = true;
 }
Ejemplo n.º 3
0
 private void BubbleAddedToBoard(BubbleSlotView bubbleSlotView, BubbleConfigItem bubbleConfig)
 {
     _waitForBubbleToArrive = false;
 }