15 lines
No EOL
237 B
C#
15 lines
No EOL
237 B
C#
namespace AddressableAssets.DocExampleCode
|
|
{
|
|
using System;
|
|
using UnityEngine;
|
|
|
|
internal class UsingDownloadDependenciesAsync
|
|
{
|
|
#region SAMPLE
|
|
public void UsingDownloadDependenciesAsyncSample()
|
|
{
|
|
|
|
}
|
|
#endregion
|
|
}
|
|
} |