Exemplo n.º 1
0
 public Pool(IGetObj getObj, Transform parent, Vector3 startPosition, int countpool)
 {
     _getObj            = getObj;
     this.startPosition = startPosition;
     this.countpool     = countpool;
     this.parent        = parent;
     setPool();
 }
Exemplo n.º 2
0
 public BulletPool(IGetObj getObj, Transform parent, Vector3 startPosition, int countpool) : base(getObj, parent, startPosition, countpool)
 {
 }