// Copyright (c) Pixel Crushers. All rights reserved. using UnityEngine; namespace PixelCrushers.Wrappers { /// /// Wrapper for InputActionRegistry to allow switching between /// precompiled DLL and loose scripts. /// [AddComponentMenu("Pixel Crushers/Common/UI/Input Action Registry")] public class InputActionRegistry : PixelCrushers.InputActionRegistry { } }