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