robber-and-dobber/Assets/NaughtyAttributes/Scripts/Core/DrawerAttributes/InputAxisAttribute.cs

9 lines
190 B
C#

using System;
namespace NaughtyAttributes
{
[AttributeUsage(AttributeTargets.Field, AllowMultiple = false, Inherited = true)]
public class InputAxisAttribute : DrawerAttribute
{
}
}