using UnityEngine; namespace UnityAtoms { [CreateAssetMenu(menuName = "UnityAtoms/Game Events/Vector2")] public class Vector2Event : GameEvent { } }