Punkman X1 API
Map Constructor (Int32, Int32)
Create empty map
public Map(
int
width
,
int
height
);
Parameters
width
width of map
height
height of map
See Also
Map Class
|
PunkMan.Shared Namespace
|
Map Constructor Overload List