C# Class KnownPlaces, code

Datei anzeigen Open project: shendongnian/code Class Usage Examples

Public Properties

Property Type Description
AllKnownPlaces List

Public Methods

Method Description
GetMapInfo ( int posX, int posY ) : MapInfo,

Private Methods

Method Description
CreateNewMapInfo ( int posX, int posY ) : void

Method Details

GetMapInfo() public static method

public static GetMapInfo ( int posX, int posY ) : MapInfo,
posX int
posY int
return MapInfo,

Property Details

AllKnownPlaces public_oe static_oe property

public static List AllKnownPlaces
return List