예제 #1
0
    public void BubbleCLicked(Bubble bubble)
    {
        points += bubble.points;
        ShowPoints();

        particlesManager.ShowParticle(bubble.transform.position);

        bubblesManager.ReturnBubble(bubble, true);
    }