This commit is contained in:
Jesse Plamondon-Willard 2022-05-26 01:53:39 -04:00
parent 064346594d
commit e8c6221d96
No known key found for this signature in database
GPG Key ID: CF8B1456B3E29F49
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ namespace StardewModdingAPI.Framework.ContentManagers
return asset;
}
/// <summary>Load an unpacked image file (<c>.json</c>).</summary>
/// <summary>Load an unpacked image file (<c>.png</c>).</summary>
/// <typeparam name="T">The type of asset to load.</typeparam>
/// <param name="assetName">The asset name relative to the loader root directory.</param>
/// <param name="file">The file to load.</param>