C# Class FBServer.Core.WorldEngine.Map

Inheritance: FBLibrary.Core.BaseEntities.BaseMap
显示文件 Open project: Noxalus/Final-Bomber Class Usage Examples

Public Methods

Method Description
Map ( ) : System

Protected Methods

Method Description
AddEdgeWall ( Point position ) : void
AddUnbreakableWall ( Point position ) : void

Method Details

AddEdgeWall() protected method

protected AddEdgeWall ( Point position ) : void
position Point
return void

AddUnbreakableWall() protected method

protected AddUnbreakableWall ( Point position ) : void
position Point
return void

Map() public method

public Map ( ) : System
return System