mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-27 11:10:11 +00:00
update runtime code
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user