using System; using UnityEngine.Events; using UnityEngine; namespace UnityAtoms { [Serializable] public class UnityVector2Event : UnityEvent { } }