コード例 #1
0
ファイル: ColliderControl.cs プロジェクト: Dotby/GFDrinks
 void OnTriggerEnter(Collider other)
 {
     eng.Attack();
 }