mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
Update IMemory.cs
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
namespace TEngine
|
namespace TEngine
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 内存对象Interface
|
/// 内存对象Interface。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public interface IMemory
|
public interface IMemory
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 清理内存对象回收入池
|
/// 清理内存对象回收入池。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
void Clear();
|
void Clear();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user