WuhuIslandTesting/Library/PackageCache/com.unity.addressables@1.21.12/Tests/Editor/DocExampleCode/ScriptReference/UsingLoadAssetsAsync.cs

15 lines
217 B
C#
Raw Normal View History

2025-01-07 02:06:59 +01:00
namespace AddressableAssets.DocExampleCode
{
using System;
using UnityEngine;
internal class UsingLoadAssetsAsync
{
#region SAMPLE
public void UsingLoadAssetsAsyncSample()
{
}
#endregion
}
}