From ea4624fbef6e9d8f58da12be363807eb19a37b53 Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 17 Sep 2021 09:33:17 +0800 Subject: +glitch --- Assets/Scripts/Utils/ListPool.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Assets/Scripts/Utils') diff --git a/Assets/Scripts/Utils/ListPool.cs b/Assets/Scripts/Utils/ListPool.cs index b9fbd2b8..9819aa48 100644 --- a/Assets/Scripts/Utils/ListPool.cs +++ b/Assets/Scripts/Utils/ListPool.cs @@ -21,7 +21,7 @@ public static class ListPool }); } -internal class ObjectPool where T : new() +public class ObjectPool where T : new() { private readonly Stack m_Stack = new Stack(); private readonly UnityAction m_ActionOnGet; -- cgit v1.1-26-g67d0