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