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