change function name
This commit is contained in:
@@ -49,7 +49,7 @@ namespace BrewMonster.Scripts
|
||||
/// <typeparam name="T"></typeparam>
|
||||
/// <param name="assetPath"></param>
|
||||
/// <returns></returns>
|
||||
public async Task<TextAsset> LoadTextAssetAsync<T>(string assetPath)
|
||||
public async Task<TextAsset> LoadTextAssetAsync(string assetPath)
|
||||
{
|
||||
if (_loadedAssets.ContainsKey(assetPath))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user