Skip to content

Instantly share code, notes, and snippets.

@mstfmrt07
Created May 13, 2021 19:27
Show Gist options
  • Save mstfmrt07/e579695753cd570d9f8ef8a50ef4bd01 to your computer and use it in GitHub Desktop.
Save mstfmrt07/e579695753cd570d9f8ef8a50ef4bd01 to your computer and use it in GitHub Desktop.
using UnityEngine;
using UnityEngine.EventSystems;
public class InputManager : MonoBehaviour, IDragHandler, IBeginDragHandler, IEndDragHandler
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment