unity-atoms/Packages/Mobile/Runtime/Actions/TouchUserInputAction.cs

5 lines
112 B
C#

namespace UnityAtoms.Mobile
{
public abstract class TouchUserInputAction : AtomAction<TouchUserInput> { }
}