コード例 #1
0
ファイル: HitBoxScriptC.cs プロジェクト: miko-t/2016RpgGame
 void OnTriggerEnter2D(Collider2D coll)
 {
     ph.NewColl(coll.name, dirc);
 }