예제 #1
0
파일: Patrol.cs 프로젝트: PUT-PTM/STMPanDa3
 void DestructionD()
 {
     Destroy(this.gameObject, 0);
     lvlman.DecLives();
 }