C# Class DungeonMasterEngine.DungeonContent.Items.Item

Inheritance: WorldObject, IItem
Show file Open project: ggrrin/DungeonMaster

Public Methods

Method Description
ExchangeItems ( IGrabableItem item ) : IGrabableItem
Update ( GameTime gameTime ) : void

Protected Methods

Method Description
Item ( ) : System
OnLocationChanged ( ) : void

Method Details

ExchangeItems() public method

public ExchangeItems ( IGrabableItem item ) : IGrabableItem
item IGrabableItem
return IGrabableItem

Item() protected method

protected Item ( ) : System
return System

OnLocationChanged() protected method

protected OnLocationChanged ( ) : void
return void

Update() public method

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