mirror of
https://github.com/MrUnknownDE/examples-image-loading.git
synced 2026-04-08 09:23:46 +02:00
16 lines
243 B
Plaintext
16 lines
243 B
Plaintext
|
|
using UnityEngine;
|
|
using VRC.SDK3.Components;
|
|
using VRC.SDKBase;
|
|
using VRC.Udon;
|
|
|
|
namespace UdonSharp.Examples.Utilities
|
|
{
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public class <TemplateClassName> : UdonSharpBehaviour
|
|
{
|
|
}
|
|
}
|