C# Class KeyItem, dreams

Inheritance: Item
Afficher le fichier Open project: mprofGamesDev-Dreams/dreams Class Usage Examples

Méthodes publiques

Свойство Type Description
Collected bool
Name string

Méthodes publiques

Méthode Description
CheckName ( string Other ) : bool
IsCollected ( ) : bool
SetCollected ( ) : void

Method Details

CheckName() public méthode

public CheckName ( string Other ) : bool
Other string
Résultat bool

IsCollected() public méthode

public IsCollected ( ) : bool
Résultat bool

SetCollected() public méthode

public SetCollected ( ) : void
Résultat void

Property Details

Collected public_oe property

public bool Collected
Résultat bool

Name public_oe property

public string Name
Résultat string