ProjectDDD/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/InputDeviceMethods.cs
2025-07-08 19:46:31 +09:00

17 lines
385 B
C#

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