Table of Contents

Class ThemeUnlockedEvent

Namespace
WorldMachineLoader.API.Events
Assembly
WML.API.dll

Event that is triggered when a new theme gets unlocked.

public class ThemeUnlockedEvent
Inheritance
ThemeUnlockedEvent
Inherited Members

Constructors

ThemeUnlockedEvent(string, string)

Initializes a new instance of the ThemeUnlockedEvent class.

public ThemeUnlockedEvent(string themeId, string themeName)

Parameters

themeId string

The unique ID of the unlocked theme.

themeName string

The name of the unlocked theme.

Properties

ThemeID

The unique ID of the unlocked theme.

public string ThemeID { get; }

Property Value

string

ThemeName

The name of the unlocked theme.

public string ThemeName { get; }

Property Value

string