예제 #1
0
 public void haySoplido()
 {
     activated = true;
     if (hayColision)
     {
         Debug.Log("acierto");
         gController.SetNotasSegiudas();
         gController.setFeedback(Index, true);
         // gController.GoodMessageAppears();
     }
 }