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

10 lines
123 B
C#

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