コード例 #1
0
ファイル: Enemy.cs プロジェクト: Youngphil5/Tower-Defense1
 void death()
 {
     coin.addCoin(2);
     Destroy(this.gameObject);
 }