Ejemplo n.º 1
0
 private void Update()
 {
     cherries = collectables.getCherryCounter();
     if (cherries > currentCount)
     {
         ChangeNum();
     }
 }