mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-30 05:28:46 +00:00
refactor : 代码重构
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
|
||||
namespace YooAsset
|
||||
{
|
||||
/// <summary>
|
||||
/// 缓存条目接口
|
||||
/// </summary>
|
||||
internal interface ICacheEntry
|
||||
{
|
||||
/// <summary>
|
||||
/// Bundle 唯一标识
|
||||
/// </summary>
|
||||
string BundleGuid { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user