﻿using UnityEngine;

namespace Febucci.Attributes
{
    public class NotZeroAttribute : PropertyAttribute
    {

    }

}