I'm trying to implement the Pooling described here https://umod.org/guides/advanced/pooling and here https://umod.org/api/uMod/Pooling
but is seems that none of the files bundled with uMod for Rust currently contain a namespace uMod. There's Oxide.Core.Interface which far as I can tell just maps uMod to Oxide, but Oxide.Core only contains ArrayPool, and that only works for loosely typed arrays smaller than 50. I've used that, but I'd like to use it on occasional solitary variables, and Lists also.
I don't get the assembly "uMod.Core.dll" that the api says it's in. Can I get it from somewhere, or is that supposed to stay behind some kind of curtain and plugins don't get to pool more than that?
Cheers, Pike.