unity-atoms/Packages/Mobile/Editor/Drawers/Events/TouchUserInputTouchUserInputEventDrawer.cs

11 lines
296 B
C#

#if UNITY_2019_1_OR_NEWER
using UnityEditor;
using UnityAtoms.Editor;
namespace UnityAtoms.Mobile.Editor
{
[CustomPropertyDrawer(typeof(TouchUserInputTouchUserInputEvent))]
public class TouchUserInputTouchUserInputEventDrawer : AtomDrawer<TouchUserInputTouchUserInputEvent> { }
}
#endif