C# Class SSMO.ManyPlaces

Inheritance: SSMO.Place
Mostrar archivo Open project: Team-on/works Class Usage Examples

Public Methods

Method Description
AddTable ( Coord refPos ) : void
FreePlace ( Coord check ) : bool
ManyPlaces ( Coord refpos ) : System
NearTable ( Coord check ) : bool
Print ( Coord startPos ) : void

Method Details

AddTable() public method

public AddTable ( Coord refPos ) : void
refPos Coord
return void

FreePlace() public method

public FreePlace ( Coord check ) : bool
check Coord
return bool

ManyPlaces() public method

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

NearTable() public method

public NearTable ( Coord check ) : bool
check Coord
return bool

Print() public method

public Print ( Coord startPos ) : void
startPos Coord
return void