unity-atoms/Source/Actions/TouchUserInputTouchUserInputAction.cs
2019-05-29 18:52:27 +02:00

5 lines
142 B
C#

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