using System;
using UnityEngine;
namespace UnityAtoms
{
[Serializable]
public class Vector3Reference : ScriptableObjectReference<Vector3, Vector3Variable, Vector3Event, Vector3Vector3Event> { }
}