C# Class seat, Moonlight_Bartender

Inheritance: MonoBehaviour
Show file Open project: michaeljaeoh/Moonlight_Bartender Class Usage Examples

Public Methods

Method Description
clearBusy ( ) : void
getBusy ( ) : bool
setBusy ( ) : void

Private Methods

Method Description
OnTriggerEnter2D ( Collider2D collider2d ) : void
Start ( ) : void
Update ( ) : void

Method Details

clearBusy() public method

public clearBusy ( ) : void
return void

getBusy() public method

public getBusy ( ) : bool
return bool

setBusy() public method

public setBusy ( ) : void
return void