Table of Contents

Class SystemConfig

Namespace
RisingV.Shared.Systems
Assembly
RisingV.Shared.dll

Represents a system configuration class that provides configuration settings for systems in the plugin system.

public class SystemConfig : BaseConfig, ISystemConfig, IConfig
Inheritance
SystemConfig
Implements
Inherited Members
Extension Methods

Constructors

SystemConfig(string, string)

Represents a system configuration class that provides configuration settings for systems in the plugin system.

public SystemConfig(string configFileName, string configRelativePath)

Parameters

configFileName string

The name of the configuration file.

configRelativePath string

The relative path to the configuration directory.

Properties

Log

protected override Logger Log { get; }

Property Value

Logger