コード例 #1
0
ファイル: Invulnerability.cs プロジェクト: scythae/Shmup
 void Start()
 {
     if (this.gameObject.transform.parent != null)
     {
         PlaySound.InvulnerabilityAppears();
     }
 }