C# Class PokemonROMEditor.Models.Map

Show file Open project: jakefordyce/PokemonROMEditor

Public Methods

Method Description
Map ( string name, TileSet ts ) : System

Protected Methods

Method Description
OnTileSetChanged ( ) : void

Method Details

Map() public method

public Map ( string name, TileSet ts ) : System
name string
ts TileSet
return System

OnTileSetChanged() protected method

protected OnTileSetChanged ( ) : void
return void