AI Settings =========================================== .. code-block:: csharp public class AISettings : ScriptableObject This is data-class type of Scriptable Object, which contains all AI Settings. Developer can create different data-files of this class type to setup different AI type. It can be used for map-specific AI, etc.