Beispiel #1
0
 protected override void Awake()
 {
     base.Awake();
     _bulletPool = new BulletPool(CreateNewBullet);
 }