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
stringThe unique ID of the unlocked theme.
themeName
stringThe name of the unlocked theme.
Properties
ThemeID
The unique ID of the unlocked theme.
public string ThemeID { get; }
Property Value
ThemeName
The name of the unlocked theme.
public string ThemeName { get; }