unity-atoms/Source/Actions/TouchUserInputTouchUserInputAction.cs
2019-09-25 21:05:06 +02:00

5 lines
142 B
C#

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