mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-25 02:00:16 +00:00
Update runtime code
This commit is contained in:
@@ -8,9 +8,9 @@ namespace YooAsset
|
||||
internal class DebugProviderInfo : IComparer<DebugProviderInfo>, IComparable<DebugProviderInfo>
|
||||
{
|
||||
/// <summary>
|
||||
/// 所属的资源包裹
|
||||
/// 包裹名
|
||||
/// </summary>
|
||||
public string PackageName;
|
||||
public string PackageName { set; get; }
|
||||
|
||||
/// <summary>
|
||||
/// 资源对象路径
|
||||
|
||||
Reference in New Issue
Block a user