C# Class WarTornLands.PlayerClasses.Inventory

Inheritance: Microsoft.Xna.Framework.DrawableGameComponent
Afficher le fichier Open project: floAr/WarTornLands Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AddKeyShelf ( string areaID ) : void
areaID string
Résultat void

HasKey() public méthode

public HasKey ( string areaID ) : bool
areaID string
Résultat bool

HasMasterKey() public méthode

public HasMasterKey ( string areaID ) : bool
areaID string
Résultat bool

Insert() public méthode

public Insert ( Item item ) : bool
item Item
Résultat bool

Inventory() public méthode

public Inventory ( WarTornLands swing ) : System
swing WarTornLands
Résultat System

UseItem() public méthode

public UseItem ( ) : void
Résultat void