using System;

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