From 4f123d384e57afa4b6dccca78ac90b3abb496214 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Wed, 30 Nov 2022 18:53:19 +0000 Subject: [PATCH] Order members alphabetically --- VpSharp.Commands/CommandsExtension.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VpSharp.Commands/CommandsExtension.cs b/VpSharp.Commands/CommandsExtension.cs index 2ee14f2..cb5b414 100644 --- a/VpSharp.Commands/CommandsExtension.cs +++ b/VpSharp.Commands/CommandsExtension.cs @@ -15,8 +15,8 @@ public sealed class CommandsExtension : VirtualParadiseClientExtension System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Instance; - private readonly CommandsExtensionConfiguration _configuration; private readonly Dictionary _commandMap = new(StringComparer.OrdinalIgnoreCase); + private readonly CommandsExtensionConfiguration _configuration; /// /// Initializes a new instance of the class.