using System;
using UnityEngine;

namespace GameCreator.Runtime.Common
{
    [Serializable]
    public class ReflectionPropertyVector3 : TReflectionProperty<Vector3>
    { }
}