Update PatchSystem

pull/51/head
hevinci 2022-10-17 16:35:40 +08:00
parent 52ac982481
commit f2422ed16c
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ namespace YooAsset
/// <summary>
/// 编辑器下模拟构建补丁清单
/// </summary>
public static string SimulateBuild(string packageName, bool enableAddressable) { throw new System.Exception("Only support in unity editor !"); }
public static string SimulateBuild(string packageName) { throw new System.Exception("Only support in unity editor !"); }
}
}
#endif