Class LibraryPluginProperties
Represents LibraryPlugin plugin properties.
public class LibraryPluginProperties : PluginProperties
- Inheritance
-
LibraryPluginProperties
- Inherited Members
Properties
CanShutdownClient
Gets or sets value indicating whether plugin is capable of closing down original game client.
public bool CanShutdownClient { get; set; }
Property Value
HasCustomizedGameImport
Gets or sets value indicated whether plugin uses customized mechanism for game import.
public bool HasCustomizedGameImport { get; set; }