C# Class HoldItCore.People.Nerves

Inheritance: Person
Afficher le fichier Open project: ibdknox/swred Class Usage Examples

Méthodes publiques

Méthode Description
CanUseStall ( Stall stall ) : bool
Nerves ( )

Méthodes protégées

Méthode Description
OnNeighborEnteredStall ( ) : void
OnNeighborLeftStall ( ) : void

Method Details

CanUseStall() public méthode

public CanUseStall ( Stall stall ) : bool
stall Stall
Résultat bool

Nerves() public méthode

public Nerves ( )

OnNeighborEnteredStall() protected méthode

protected OnNeighborEnteredStall ( ) : void
Résultat void

OnNeighborLeftStall() protected méthode

protected OnNeighborLeftStall ( ) : void
Résultat void