C# Class GameMenu.FormStartServer

Inheritance: IForm
Mostrar archivo Open project: henon/manic_digger

Public Properties

Property Type Description
game Game
menu MenuWindow

Public Methods

Method Description
Initialize ( ) : void
Render ( ) : void

Method Details

Initialize() public method

public Initialize ( ) : void
return void

Render() public method

public Render ( ) : void
return void

Property Details

game public_oe property

public Game game
return Game

menu public_oe property

public MenuWindow,GameMenu menu
return MenuWindow