using System;
using UnityEngine;

namespace GameCreator.Runtime.Common
{
    [Serializable]
    public class ReflectionFieldVector2 : TReflectionField<Vector2>
    { }
}