com.alicizax.unity.framework/Runtime/ObjectPool/IObjectPoolServiceDebugView.cs

8 lines
165 B
C#
Raw Normal View History

2026-04-23 19:09:56 +08:00
namespace AlicizaX.ObjectPool
{
internal interface IObjectPoolServiceDebugView
{
int GetAllObjectPools(bool sort, ObjectPoolBase[] results);
}
}