Bot.Plugins.Base.Commands.Signature.Signature C# (CSharp) Method

Signature() private method

private Signature ( [ commands ) : System
commands [
return System
        public Signature([Import("Commands")] Dictionary<string, ICommand> commands)
        {
            this.commands = commands;
        }