#region Copyright RenGuiYou. All rights reserved. //===================================================== // NeatlyFrameWork // Author: RenGuiyou // Feedback: mailto:750539605@qq.com //===================================================== #endregion namespace Pandora.Console { [PdrConsole("资源分析/资源池/AssetBundle")] public sealed class BundlePoolWindow : PoolWindowBase { public BundlePoolWindow() { m_Type = PoolType.AssetBundle; topHint = "Bundle池详情:"; } } }