using System; using UnityEngine.Events; using UnityEngine; namespace UnityAtoms { /// /// None generic Unity Event of type `Vector2`. Inherits from `UnityEvent<Vector2>`. /// [Serializable] public sealed class Vector2UnityEvent : UnityEvent { } }