예제 #1
0
 private void Start()
 {
     _bulletPoolList = gameObject.GetComponent <IBulletPool>();
     _bulletPoolList.InitPool(5);
 }