Hello ,
I have a question: I have quite a bit of classes that I want to setup ObjectPools for and my idea was to have a Map of Class->ObjectPool. The idea works if setup manually, but I wanted to automatically create ObjectPools for a Class if it didn’t have one already and then after that it’ll start using the new pool, so that I have everything automated. I was faced with an issue though, the fact that I can’t setup the Template class on the ItemsPool class.
How complicated/difficult is it to maybe allow that in future updates?