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

5 lines
142 B
C#

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