Class MainMenu

Namespace
Game.Client
Assembly
Game.dll
public class MainMenu
Inheritance
MainMenu
Inherited Members

Constructors

MainMenu()

public MainMenu()

Properties

InGame

public bool InGame { get; set; }

Property Value

bool

OnExit

public Action OnExit { get; set; }

Property Value

Action

OnLeaveGame

public Action OnLeaveGame { get; set; }

Property Value

Action

OnNewGame

public Action<string> OnNewGame { get; set; }

Property Value

Action<string>

Visible

public bool Visible { get; set; }

Property Value

bool

Methods

Init()

public void Init()