using System;
using UnityEngine;
namespace UnityAtoms
{
[Serializable]
public class Vector2Reference : ScriptableObjectReference<Vector2, Vector2Variable, Vector2Event, Vector2Vector2Event> { }
}