C# Class SharpQuake.SinglePlayerMenu

Inheritance: MenuBase
Show file Open project: Memorix101/SharpQuake

Public Methods

Method Description
Draw ( ) : void

M_SinglePlayer_Draw

KeyEvent ( int key ) : void

M_SinglePlayer_Key

Method Details

Draw() public method

M_SinglePlayer_Draw
public Draw ( ) : void
return void

KeyEvent() public method

M_SinglePlayer_Key
public KeyEvent ( int key ) : void
key int
return void