Class WallpaperUnlockedEvent
- Namespace
- WorldMachineLoader.API.Events
- Assembly
- WML.API.dll
Event that is triggered when a new wallpaper gets unlocked.
public class WallpaperUnlockedEvent
- Inheritance
-
WallpaperUnlockedEvent
- Inherited Members
Constructors
WallpaperUnlockedEvent(string, string)
Initializes a new instance of the WallpaperUnlockedEvent class.
public WallpaperUnlockedEvent(string wallpaperId, string wallpaperName)
Parameters
wallpaperId
stringThe unique ID of the unlocked wallpaper.
wallpaperName
stringThe name of the unlocked wallpaper.
Properties
WallpaperID
The unique ID of the unlocked wallpaper.
public string WallpaperID { get; }
Property Value
WallpaperName
The name of the unlocked wallpaper.
public string WallpaperName { get; }