C# Class WarTornLands.PlayerClasses.Inventory

Inheritance: Microsoft.Xna.Framework.DrawableGameComponent
Mostrar archivo Open project: floAr/WarTornLands Class Usage Examples

Public Methods

Method Description
AddKeyShelf ( string areaID ) : void
HasKey ( string areaID ) : bool
HasMasterKey ( string areaID ) : bool
Insert ( Item item ) : bool
Inventory ( WarTornLands swing ) : System
UseItem ( ) : void

Method Details

AddKeyShelf() public method

public AddKeyShelf ( string areaID ) : void
areaID string
return void

HasKey() public method

public HasKey ( string areaID ) : bool
areaID string
return bool

HasMasterKey() public method

public HasMasterKey ( string areaID ) : bool
areaID string
return bool

Insert() public method

public Insert ( Item item ) : bool
item Item
return bool

Inventory() public method

public Inventory ( WarTornLands swing ) : System
swing WarTornLands
return System

UseItem() public method

public UseItem ( ) : void
return void