예제 #1
0
 void OnTriggerEnter(Collider c)
 {
     if (c.gameObject == mark.gameObject)
     {
         stageManager.ActorSuccess(1.5f);
     }
 }