Class LoaderMessages
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
Default
Gets the default loader message.
public static string Default { get; }
Property Value
EasterEgg
Gets the Easter egg loader message.
public static string EasterEgg { get; }
Property Value
Halloween
Gets the Halloween loader message.
public static string Halloween { get; }
Property Value
Methods
GetMessage()
Gets the loader message according to the actual month.
public static string GetMessage()
Returns
- string
The correspondent loader message.