C# Class SleepHunter.Models.InventoryItem

Inheritance: ObservableObject
Afficher le fichier Open project: ewrogers/SleepHunter4

Méthodes publiques

Méthode Description
InventoryItem ( int slot, string name, int iconIndex ) : SleepHunter.Common
MakeEmpty ( int slot ) : InventoryItem
ToString ( ) : string

Private Methods

Méthode Description
InventoryItem ( ) : SleepHunter.Common

Method Details

InventoryItem() public méthode

public InventoryItem ( int slot, string name, int iconIndex ) : SleepHunter.Common
slot int
name string
iconIndex int
Résultat SleepHunter.Common

MakeEmpty() public static méthode

public static MakeEmpty ( int slot ) : InventoryItem
slot int
Résultat InventoryItem

ToString() public méthode

public ToString ( ) : string
Résultat string