10 lines
123 B
C#
10 lines
123 B
C#
|
using UnityEngine;
|
|||
|
|
|||
|
namespace Febucci.Attributes
|
|||
|
{
|
|||
|
public class NotZeroAttribute : PropertyAttribute
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
}
|