예제 #1
0
 public BulletFactory(BulletView.Factory bulletViewFactory)
 {
     _bulletViewFactory = bulletViewFactory;
 }
 void Construct(BulletView.Factory bulletPool)
 {
     _bulletPool = bulletPool;
 }