CapersProject/Assets/Plugins/Febucci/Text Animator/Attributes/Runtime/NotZeroAttribute.cs

10 lines
123 B
C#

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