MCLawl.Group.fillCommands C# (CSharp) Method

fillCommands() public method

public fillCommands ( ) : void
return void
        public void fillCommands()
        {
            CommandList _commands = new CommandList();
            GrpCommands.AddCommands(out _commands, Permission);
            commands = _commands;
        }