音频内容
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* 对象池对象接口
|
||||
*/
|
||||
|
||||
namespace AibisDream.Kit
|
||||
{
|
||||
public interface IPoolable
|
||||
{
|
||||
void OnRecycled();
|
||||
bool IsRecycled { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user