// Copyright (c) Pixel Crushers. All rights reserved. using UnityEngine; namespace PixelCrushers.Wrappers { /// /// Wrapper to retain references when switching between DLL and script. /// [AddComponentMenu("Pixel Crushers/Common/UI/Input Device Methods")] public class InputDeviceMethods : PixelCrushers.InputDeviceMethods { } }