Exemple #1
0
 public void ReturnToPool()
 {
     if (_pool == null)
     {
         Pooler.AddMissingObject(this);
     }
     _pool.Return(this);
 }