-
- Downloads
Refactor 'player_config' usage and improve typing in 'cooperative_cuisine'
The 'player_config' dictionary is replaced with the PlayerConfig class to provide type-checking and improve readability. This change is applied across different files in the 'cooperative_cuisine' module. Additionally, this commit improves type hints for several variables and parameters to assist with code interpretation and potential error prevention.
Please register or sign in to comment