C# Class RecordRobot.GameScreen

Mostrar archivo Open project: scastle/EECS290_Project1

Public Methods

Method Description
Draw ( ) : void
GameScreen ( ) : System
Update ( ) : void

Method Details

Draw() public method

public Draw ( ) : void
return void

GameScreen() public method

public GameScreen ( ) : System
return System

Update() public method

public Update ( ) : void
return void