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

10 lines
129 B
C#

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