ProjectDDD/Assets/Plugins/Febucci/Text Animator/Attributes/Runtime/PositiveValueAttribute.cs

10 lines
129 B (Stored with Git LFS)
C#

using UnityEngine;
namespace Febucci.Attributes
{
public class PositiveValueAttribute : PropertyAttribute
{
}
}