更新demo

更新demo
This commit is contained in:
ALEXTANG
2024-03-18 15:35:15 +08:00
parent 17a5d7425c
commit a2255b80cd
1028 changed files with 55353 additions and 35278 deletions

View File

@@ -0,0 +1,11 @@

namespace YooAsset
{
internal class ResourceAssist
{
public CacheManager Cache { set; get; }
public PersistentManager Persistent { set; get; }
public DownloadManager Download { set; get; }
public ResourceLoader Loader { set; get; }
}
}