C# Class CastleEscape.Store

It's a store! You can buy things here! Author(s): Allyson Sadwin
Inheritance: State
Show file Open project: Daminvar/CastleEscape

Public Methods

Method Description
Draw ( SpriteBatch spriteBatch ) : void
Pause ( ) : void
Resume ( ) : void
Store ( Microsoft.Xna.Framework.Game game, Player pl, Item items ) : System
Update ( GameTime gameTime ) : void

Private Methods

Method Description
getItemNames ( Item items ) : string[]

Method Details

Draw() public method

public Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

Pause() public method

public Pause ( ) : void
return void

Resume() public method

public Resume ( ) : void
return void

Store() public method

public Store ( Microsoft.Xna.Framework.Game game, Player pl, Item items ) : System
game Microsoft.Xna.Framework.Game
pl Player
items Item
return System

Update() public method

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