mirror of
https://github.com/oliverbooth/VpSharp
synced 2024-11-10 02:55:41 +00:00
Order members alphabetically
This commit is contained in:
parent
7e69bdce39
commit
4f123d384e
@ -15,8 +15,8 @@ public sealed class CommandsExtension : VirtualParadiseClientExtension
|
||||
System.Reflection.BindingFlags.NonPublic |
|
||||
System.Reflection.BindingFlags.Instance;
|
||||
|
||||
private readonly CommandsExtensionConfiguration _configuration;
|
||||
private readonly Dictionary<string, Command> _commandMap = new(StringComparer.OrdinalIgnoreCase);
|
||||
private readonly CommandsExtensionConfiguration _configuration;
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="CommandsExtension" /> class.
|
||||
|
Loading…
Reference in New Issue
Block a user