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