We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20c8762 commit 3e332e4Copy full SHA for 3e332e4
Poolable.cs
@@ -10,7 +10,7 @@ public class Poolable : MonoBehaviour
10
{
11
public Pool Pool { get; private set; } = null;
12
13
- private IPoolable[] _poolables = null;
+ private IPoolable[] _poolables = new IPoolable[0];
14
private bool _isPooled = false;
15
private bool _isEnabled = true;
16
0 commit comments