Skip to content

Instantly share code, notes, and snippets.

View drewcassidy's full-sized avatar
💭
Moving things to https://git.offworldcolonies.nexus

Andrew Cassidy drewcassidy

💭
Moving things to https://git.offworldcolonies.nexus
View GitHub Profile
using System.Collections.Generic;
using System.Reflection;
namespace UnityEngine.EventSystems
{
[AddComponentMenu("Event/Standalone Input Module")]
public class StandaloneInputModule : PointerInputModule
{
private float m_NextAction;