コード例 #1
0
ファイル: Recycler.cs プロジェクト: pchernev/Zombayo
 void OnTriggerEnter(Collider other)
 {
     other.Recycle();
 }