mirror of https://github.com/tuyoogame/YooAsset
update runtime code
parent
c2e2a33af1
commit
d5d1f851ab
|
@ -140,7 +140,7 @@ namespace YooAsset
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 销毁资源包
|
/// 销毁资源包
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="package">资源包对象</param>
|
/// <param name="packageName">资源包名称</param>
|
||||||
public static void DestroyPackage(string packageName)
|
public static void DestroyPackage(string packageName)
|
||||||
{
|
{
|
||||||
ResourcePackage package = GetPackage(packageName);
|
ResourcePackage package = GetPackage(packageName);
|
||||||
|
|
Loading…
Reference in New Issue