/
Added an offloading server config option to move AI processing to a volunteer client. The feature allows for usage on servers running on unsupported systems.
Example:
#Do you want to run the AI process on a client rather than the server? This is required for use on unsupported servers or helpful if the server is struggling with the process.
offloading = true
#A list of player names to search for offloading the AI process to, in order of priority.
volunteerNames = ["Dev"]
