├── LICENSE.md ├── PoolManager.cs └── PoolObject.cs /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/Object-Pooling/HEAD/LICENSE.md -------------------------------------------------------------------------------- /PoolManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/Object-Pooling/HEAD/PoolManager.cs -------------------------------------------------------------------------------- /PoolObject.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/Object-Pooling/HEAD/PoolObject.cs --------------------------------------------------------------------------------