예제 #1
0
 void OnTriggerEnter(Collider col)
 {
     if (col.tag == "Tile")
     {
         pc.ChildTriggerEnter(col);
     }
 }