Files
2026-02-21 17:04:05 -08:00

10 lines
129 B
C#

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