FM/Assets/TouchScript/Scripts/Utils/Attributes/ToggleLeftAttribute.cs

14 lines
337 B
C#
Raw Normal View History

2025-06-04 22:49:37 +08:00
/*
* @author Valentin Simonov / http://va.lent.in/
*/
using UnityEngine;
namespace TouchScript.Utils.Attributes
{
/// <summary>
/// <para>An attribute to use with ToggleLeft item drawer.</para>
/// <para><b>For internal use only!</b></para>
/// </summary>
public class ToggleLeftAttribute : PropertyAttribute {}
}