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

8 lines
143 B
C#
Raw Normal View History

2026-04-23 19:09:56 +08:00
namespace AlicizaX.ObjectPool
{
internal interface IObjectPoolDebugView
{
int GetAllObjectInfos(ObjectInfo[] results);
}
}