mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-29 19:32:51 -05:00
16 lines
389 B
C#
16 lines
389 B
C#
|
// generated file
|
||
|
using UnityEditor;
|
||
|
using UnityAtoms.Mobile;
|
||
|
using UnityAtoms.Editor;
|
||
|
|
||
|
namespace UnityAtoms.Mobile.Editor
|
||
|
{
|
||
|
/// <summary>
|
||
|
/// Variable Inspector of type `TouchUserInput`. Inherits from `AtomVariableEditor`
|
||
|
/// </summary>
|
||
|
[CustomEditor(typeof(TouchUserInputVariable))]
|
||
|
public sealed class TouchUserInputVariableEditor : AtomVariableEditor
|
||
|
{
|
||
|
}
|
||
|
}
|