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