Table of Contents

Class EmptyGlobalSettings

Namespace
MCM.Abstractions.Base.Global
Assembly
MCMv5.dll
public sealed class EmptyGlobalSettings : GlobalSettings<EmptyGlobalSettings>, INotifyPropertyChanged
Inheritance
EmptyGlobalSettings
Implements
Inherited Members
Extension Methods

Properties

DisplayName

The display name of the setting in the settings menu.

public override string DisplayName { get; }

Property Value

string

Id

Unique identifier used to save to file. Make sure this is unique to your mod.

public override string Id { get; }

Property Value

string

This page was last modified at 12/23/2022 11:49:56 +02:00 (UTC).

Commit Message
Author:    Aragas
Commit:    aa889a1db7974dc13c9ff22e5740d958a2228b18
* Added MCM Source Package NuGet for easier integration