예제 #1
0
 private void SpawnBullet()
 {
     _bulletPoolList.GetBulletFromPool(transform.position, gameObject.transform.rotation);
 }