With the autowired actions added to the framework, the functions in the action.php file become useless. This will remove cumbersome code from your projects 
Nothing mandatory, but there's no reason to not use it for you currents or future projects
Read the full documentation about it here : https://en.doc.boardgamearena.com/Main_ ... autowired)
Bonus :
- you don't need to call `checkAction` at the beginning of each function, the framework handles it for you
- incitate to prefix action with `act`, similar to what already exists for `st` and `arg` functions.
- incitate to use typings in your function declaration
- `debug_*` functions don't need the chat anymore, and thus should be more flexible with different types you would need to send.
If you have comments or questions, post them here, or on the dev discord
Nothing mandatory, but there's no reason to not use it for you currents or future projects
Read the full documentation about it here : https://en.doc.boardgamearena.com/Main_ ... autowired)
Bonus :
- you don't need to call `checkAction` at the beginning of each function, the framework handles it for you
- incitate to prefix action with `act`, similar to what already exists for `st` and `arg` functions.
- incitate to use typings in your function declaration
- `debug_*` functions don't need the chat anymore, and thus should be more flexible with different types you would need to send.
If you have comments or questions, post them here, or on the dev discord