Table of Contents

Interface ISystemConfig

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

Represents a system configuration interface.

public interface ISystemConfig : IConfig
Inherited Members
Extension Methods

Properties

Enabled

Gets the configuration entry that indicates whether the system is enabled.

ConfigEntry<bool>? Enabled { get; }

Property Value

ConfigEntry<bool>