Class AIPlayerTypesLoader
Provides functionality to load player types from an INI file.
public static class AIPlayerTypesLoader
- Inheritance
-
AIPlayerTypesLoader
- Inherited Members
Properties
AvailableAIPlayerTypes
Gets a read-only list of available AI player information. This value is initialized only once when the class is loaded.
public static IReadOnlyList<PlayerTypeInfo> AvailableAIPlayerTypes { get; }