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