using System;
using System.Collections.Generic;
namespace TEngine
{
internal sealed partial class ObjectPoolModule : Module, IObjectPoolModule
{
///
/// 对象池。
///
/// 对象类型。
private sealed class ObjectPool : ObjectPoolBase, IObjectPool where T : ObjectBase
{
private readonly GameFrameworkMultiDictionary> _objects;
private readonly Dictionary