Table of Contents

Class LoaderMessages

Namespace
Exiled.Loader.Features
Assembly
Exiled.Loader.dll

A class that contains the different EXILED loader messages.

public static class LoaderMessages
Inheritance
LoaderMessages
Inherited Members

Properties

Christmas

Gets the Christmas loader message.

public static string Christmas { get; }

Property Value

string

Default

Gets the default loader message.

public static string Default { get; }

Property Value

string

EasterEgg

Gets the Easter egg loader message.

public static string EasterEgg { get; }

Property Value

string

Halloween

Gets the Halloween loader message.

public static string Halloween { get; }

Property Value

string

Methods

GetMessage()

Gets the loader message according to the actual month.

public static string GetMessage()

Returns

string

The correspondent loader message.