C# Class WarTornLands.Infrastructure.InventoryDrawer

Inheritance: IDrawProvider
Datei anzeigen Open project: floAr/WarTornLands Class Usage Examples

Public Methods

Method Description
Draw ( GameTime gameTime ) : void
InventoryDrawer ( Inventory inventory ) : System

Method Details

Draw() public method

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

InventoryDrawer() public method

public InventoryDrawer ( Inventory inventory ) : System
inventory WarTornLands.PlayerClasses.Inventory
return System