lucid-super-dream/Assets/Scripts/Vector3Event.cs

8 lines
134 B
C#

using UnityEngine;
using UnityEngine.Events;
namespace Weapons.Scripts
{
public class Vector3Event : UnityEvent<Vector3>
{}
}