Example #1
0
 void OnTriggerEnter()
 {
     mana.CompleteLevel();
 }
Example #2
0
 void OnTriggerEnter()
 {
     gameManager.CompleteLevel();
 }