ProjectDDD/Assets/Plugins/Febucci/Text Animator/Attributes/Runtime/NotZeroAttribute.cs
2025-07-08 19:46:31 +09:00

10 lines
123 B
C#

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