using System; using UnityEngine; using UnityEngine.Events; namespace Weapons.Scripts { [Serializable] public class Vector3Event : UnityEvent {} }