C# Class SSMO.Chair

显示文件 Open project: Team-on/works Class Usage Examples

Public Properties

Property Type Description
refPos Coord
withPeople bool

Public Methods

Method Description
Chair ( Coord refpos ) : System
Print ( ) : void

Method Details

Chair() public method

public Chair ( Coord refpos ) : System
refpos Coord
return System

Print() public method

public Print ( ) : void
return void

Property Details

refPos public_oe property

public Coord,SSMO refPos
return Coord

withPeople public_oe property

public bool withPeople
return bool