Skip to content

Instantly share code, notes, and snippets.

@mstfmrt07
Created June 19, 2021 08:23
Show Gist options
  • Save mstfmrt07/27df51bb005037955f44bf0a09daa6e8 to your computer and use it in GitHub Desktop.
Save mstfmrt07/27df51bb005037955f44bf0a09daa6e8 to your computer and use it in GitHub Desktop.
using System;
public class InputManager : MonoBehaviour, IDragHandler, IBeginDragHandler, IEndDragHandler
{
public Action<Direction> onSwipeDetected;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment