コード例 #1
0
 public bool Attach(ProjectileAttacher attacher)
 {
     return true;
 }
コード例 #2
0
 public Vector3 GetAttachPosition(ProjectileAttacher attacher)
 {
     return attacher.transform.position;
 }