15 lines
209 B
C#
15 lines
209 B
C#
|
namespace AddressableAssets.DocExampleCode
|
||
|
{
|
||
|
using System;
|
||
|
using UnityEngine;
|
||
|
|
||
|
internal class UsingRuntimePath
|
||
|
{
|
||
|
#region SAMPLE
|
||
|
public void UsingRuntimePathSample()
|
||
|
{
|
||
|
|
||
|
}
|
||
|
#endregion
|
||
|
}
|
||
|
}
|