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

8 lines
134 B
C#
Raw Normal View History

2021-01-05 13:10:20 +01:00
using UnityEngine;
using UnityEngine.Events;
namespace Weapons.Scripts
{
public class Vector3Event : UnityEvent<Vector3>
{}
}