Merge pull request #18 from Y-way/typo

拼写错误
This commit is contained in:
何冠峰
2022-07-02 15:27:59 +08:00
committed by GitHub

View File

@@ -54,7 +54,7 @@ namespace YooAsset
/// 获取资源对象
/// </summary>
/// <typeparam name="TAsset">资源类型</typeparam>
public TAsset GetAssetObjet<TAsset>() where TAsset : UnityEngine.Object
public TAsset GetAssetObject<TAsset>() where TAsset : UnityEngine.Object
{
if (IsValid == false)
return null;