mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
fix: Change GamepadState interface version for consistency (#880)
Co-authored-by: goat <goatsdev@protonmail.com>
This commit is contained in:
parent
1e40a930a9
commit
38e3a8e7f5
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ namespace Dalamud.Game.ClientState.GamePad
|
|||
/// Will block game's gamepad input if <see cref="ImGuiConfigFlags.NavEnableGamepad"/> is set.
|
||||
/// </summary>
|
||||
[PluginInterface]
|
||||
[InterfaceVersion("1.0.0")]
|
||||
[InterfaceVersion("1.0")]
|
||||
[ServiceManager.BlockingEarlyLoadedService]
|
||||
public unsafe class GamepadState : IDisposable, IServiceType
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue