Table of Contents

Class AIPlayerTypesLoader

Namespace
ProjectL.Data
Assembly
Assembly-CSharp.dll

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; }

Property Value

IReadOnlyList<PlayerTypeInfo>