Jellyfish.Commands.CommandAttribute.CommandAttribute C# (CSharp) Method

CommandAttribute() public method

public CommandAttribute ( string commandGroup ) : System
commandGroup string
return System
        public CommandAttribute(string commandGroup)
        {
            CommandGroup = commandGroup;
        }
    }
CommandAttribute