C# Class LORD2.Game

Mostra file Open project: rickparrish/LORD2

Public Methods

Method Description
Start ( ) : void

Private Methods

Method Description
DrawMap ( ) : void
DrawPlayer ( int x, int y ) : void
MovePlayer ( int xoffset, int yoffset ) : void
RTGlobal_OnDRAWMAP ( object sender, System e ) : void
RTGlobal_OnMOVEBACK ( object sender, System e ) : void
RTGlobal_OnUPDATE ( object sender, System e ) : void
SavePlayer ( ) : void

Method Details

Start() public static method

public static Start ( ) : void
return void