MenuOption
Namespace: Murder.Services
Assembly: Murder.dll
public sealed struct MenuOption
⭐ Constructors
public MenuOption()
public MenuOption(bool selectable)
Parameters
selectable
bool
public MenuOption(string text, bool selectable)
Parameters
text
string
selectable
bool
⭐ Properties
Enabled
public bool Enabled { get; public set; }
Returns
bool
Faded
public bool Faded { get; public set; }
Returns
bool
Length
public int Length { get; }
Length of the text option.
Returns
int
SoundOnClick
public bool SoundOnClick;
Returns
bool
Text
public readonly string Text;
Returns
string
⚡