C# Class HoldItCore.People.Nerves

Inheritance: Person
显示文件 Open project: ibdknox/swred Class Usage Examples

Public Methods

Method Description
CanUseStall ( Stall stall ) : bool
Nerves ( )

Protected Methods

Method Description
OnNeighborEnteredStall ( ) : void
OnNeighborLeftStall ( ) : void

Method Details

CanUseStall() public method

public CanUseStall ( Stall stall ) : bool
stall Stall
return bool

Nerves() public method

public Nerves ( )

OnNeighborEnteredStall() protected method

protected OnNeighborEnteredStall ( ) : void
return void

OnNeighborLeftStall() protected method

protected OnNeighborLeftStall ( ) : void
return void