Files
2024-08-11 14:32:14 +08:00

10 lines
129 B
C#

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