terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches

◆ ObjectPool()

UnityEngine.Pool.ObjectPool< T >.ObjectPool ( Func< T > createFunc,
Action< T > actionOnGet = null,
Action< T > actionOnRelease = null,
Action< T > actionOnDestroy = null,
bool collectionCheck = true,
int defaultCapacity = 10,
int maxSize = 10000 )
inline

Definition at line 64 of file ObjectPool.cs.

65 {
66 throw null;
67 }