﻿using UnityEngine;

namespace Febucci.Attributes
{
    public class PositiveValueAttribute : PropertyAttribute
    {

    }

}