Table of Contents

Interface IFeatureConfig

Namespace
RisingV.Shared.Features
Assembly
RisingV.Shared.dll

Represents a feature configuration interface.

public interface IFeatureConfig : IConfig
Inherited Members
Extension Methods

Properties

Author

string Author { get; }

Property Value

string

Description

string Description { get; }

Property Value

string

Enabled

ConfigEntry<bool>? Enabled { get; }

Property Value

ConfigEntry<bool>

Name

string Name { get; }

Property Value

string

Version

string Version { get; }

Property Value

string