1
This commit is contained in:
@@ -28,6 +28,12 @@ namespace BITKit
|
||||
|
||||
private readonly List<T> _list=new();
|
||||
|
||||
public int DefaultCapacity
|
||||
{
|
||||
get => defaultCapacity;
|
||||
set => defaultCapacity = value;
|
||||
}
|
||||
|
||||
public T Get(T element = null, Transform _root = null)
|
||||
{
|
||||
if (_list.Count == defaultCapacity)
|
||||
|
Reference in New Issue
Block a user