We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fb60ea commit 50d47c6Copy full SHA for 50d47c6
1 file changed
src/Pooling/BaseArrayPoolProvider.cs
@@ -3,7 +3,7 @@
3
4
namespace Oxide.Pooling
5
{
6
- internal class BaseArrayPoolProvider<T> : IArrayPoolProvider<T>
+ public class BaseArrayPoolProvider<T> : IArrayPoolProvider<T>
7
8
private readonly int maxSetCapacity;
9
private readonly int maxArrayLength;
0 commit comments