C# Class WarTornLands.Infrastructure.Interface

Inheritance: Microsoft.Xna.Framework.DrawableGameComponent
Datei anzeigen Open project: floAr/WarTornLands

Public Methods

Method Description
Draw ( GameTime time ) : void
Interface ( ) : System

Protected Methods

Method Description
LoadContent ( ) : void

Method Details

Draw() public method

public Draw ( GameTime time ) : void
time Microsoft.Xna.Framework.GameTime
return void

Interface() public method

public Interface ( ) : System
return System

LoadContent() protected method

protected LoadContent ( ) : void
return void