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

10 lines
123 B
C#
Raw Normal View History

2024-12-18 09:55:34 +00:00
using UnityEngine;
namespace Febucci.Attributes
{
public class NotZeroAttribute : PropertyAttribute
{
}
}