Skip to content

Releases: alexdrenea/ConsoleActions

Added support for ActionParameters

04 May 12:56
6f1b41b
Compare
Choose a tag to compare
  • ability to declare parameter by decorating your action method with the Action Parameter attribute. (name, trigger, type, default value)
  • system will parse the input string of the command and call your action with the parsed parameters