Beispiel #1
0
 public void SpawnBulletPoint()
 {
     // 弾の発射位置
     iBullet.BulletCreate(transform);
 }