패스 파인더 - 새로운 길을 개척하는 사람
== 비교 연산자와 관련된 랜덤 버그 발생 원인과 방어코드 사용한 해결 방법 if (collision.gameObject.CompareTag("Player")) { PlayerHealth ph = collision.gameObject.GetComponent(); ph.hp--; if(ph.hp