Table of Contents

Class EmptyPerCampaignSettings

Namespace
MCM.Abstractions.Base.PerCampaign
Assembly
MCMv5.dll
public sealed class EmptyPerCampaignSettings : PerCampaignSettings<EmptyPerCampaignSettings>, INotifyPropertyChanged
Inheritance
EmptyPerCampaignSettings
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