示例#1
0
 private void OnTriggerEnter2D(Collider2D collision)
 {
     bgm.BGMPlay(playTrack);
     this.gameObject.SetActive(false);
 }