com.alicizax.unity.ui.exten.../Runtime/RecyclerView/ObjectPool/IPooledObject.cs

6 lines
53 B
C#
Raw Normal View History

2025-03-12 20:59:12 +08:00
public interface IPooledObject
{
void Free();
}