Exemplo n.º 1
0
 public bool IsGridSlotAvailable(int index)
 {
     return(m_bubbleController.IsGridSlotAvailable(index));
 }