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

8 lines
208 B
Plaintext
Raw Normal View History

using UnityEngine;
namespace UnityAtoms
{
[CreateAssetMenu(menuName = "Unity Atoms/Events/{TYPE_NAME}", fileName = "{TYPE_NAME}Event")]
public sealed class {TYPE_NAME}Event : GameEvent<{TYPE}> { }
}