Class: PlayerAI

PlayerAI()

Stores AI settings for all players. Note that tby default, this does not assign AI unless an AI bot is explicitly specified. This is because: - the regular GameSetup does that on its own - this makes campaign/autostart scenarios easier to handle. - cleans the code here.