Class MainMenu
public class MainMenu
- Inheritance
-
MainMenu
- Inherited Members
Constructors
MainMenu()
public MainMenu()
Properties
InGame
public bool InGame { get; set; }
Property Value
OnExit
public Action OnExit { get; set; }
Property Value
OnLeaveGame
public Action OnLeaveGame { get; set; }
Property Value
OnNewGame
public Action<string> OnNewGame { get; set; }
Property Value
Visible
public bool Visible { get; set; }
Property Value
Methods
Init()
public void Init()