Ejemplo n.º 1
0
 public Pool(IPoolHandler <T> iPoolHandler)
 {
     _iPoolHandler   = iPoolHandler;
     _iPoolComponent = Center.Get <PoolComponent>();
     _iPoolComponent.AddPool(this);
 }
Ejemplo n.º 2
0
 internal static void Register(IPoolHandler handler)
 {
     handlers_.Add(handler);
 }