fix: Change GamepadState interface version for consistency (#880)

Co-authored-by: goat <goatsdev@protonmail.com>
This commit is contained in:
Chivalrik 2022-08-17 22:17:59 +02:00 committed by GitHub
parent 1e40a930a9
commit 38e3a8e7f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
{