Table of Contents

Class BoolConfigVariable<TConfig>

Namespace
Ceres.Configs
Assembly
Ceres.dll

Boolean console variable

public class BoolConfigVariable<TConfig> : ConfigVariable<TConfig, bool> where TConfig : Config<TConfig>, new()

Type Parameters

TConfig

Config type

Inheritance
BoolConfigVariable<TConfig>
Inherited Members

Constructors

BoolConfigVariable(string, MemberAccessor)

public BoolConfigVariable(string name, MemberAccessor memberAccessor)

Parameters

name string
memberAccessor MemberAccessor