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
|
||||
{
|
||||
/// <summary>
|
||||
/// 内存对象Interface
|
||||
/// 内存对象Interface。
|
||||
/// </summary>
|
||||
public interface IMemory
|
||||
{
|
||||
/// <summary>
|
||||
/// 清理内存对象回收入池
|
||||
/// 清理内存对象回收入池。
|
||||
/// </summary>
|
||||
void Clear();
|
||||
}
|
||||
|
Reference in New Issue
Block a user