C# Class MOTHER3.MapData

Inheritance: M3Rom
Mostrar archivo Open project: jeffman/MOTHER-3-Funland

Public Methods

Method Description
GetMap ( int room, int flags, bool drawsprites ) : Bitmap
Init ( ) : void

Method Details

GetMap() public static method

public static GetMap ( int room, int flags, bool drawsprites ) : Bitmap
room int
flags int
drawsprites bool
return System.Drawing.Bitmap

Init() public static method

public static Init ( ) : void
return void