unity-atoms/Source/Editor/Generator/Resources/UA_Template__Reference.txt

11 lines
189 B
Plaintext
Raw Normal View History

using System;
using UnityEngine;
namespace UnityAtoms
{
[Serializable]
public sealed class {TYPE_NAME}Reference : AtomReference<
{TYPE},
{TYPE_NAME}Variable> { }
}