C# Class Kroulis.Item.ItemSlot

Afficher le fichier Open project: DevelopersGuild/Castle-Bashers

Méthodes publiques

Méthode Description
AddNumbers ( int amount ) : void
Clear ( ) : void
GetItem ( ) : Items
GetNumber ( ) : int
GetType ( ) : int
SetItem ( Items item, int number ) : void

Method Details

AddNumbers() public méthode

public AddNumbers ( int amount ) : void
amount int
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

GetItem() public méthode

public GetItem ( ) : Items
Résultat Items

GetNumber() public méthode

public GetNumber ( ) : int
Résultat int

GetType() public méthode

public GetType ( ) : int
Résultat int

SetItem() public méthode

public SetItem ( Items item, int number ) : void
item Items
number int
Résultat void