/* * @author Valentin Simonov / http://va.lent.in/ */ using UnityEngine; namespace TouchScript.Utils.Attributes { /// /// An attribute to use with ToggleLeft item drawer. /// For internal use only! /// public class ToggleLeftAttribute : PropertyAttribute {} }