Nostalgia  2.1.5
Stamp Class Reference

Class that contains the stamp information of the Map More...

Classes

class  Cell
 Class to store the cells of the stamp More...
 

Public Member Functions

 Stamp ()
 
 Stamp (Map map, Stamp stamp)
 

Public Attributes

Map map
 Associated with Map More...
 
int width
 The number of cells of the width More...
 
int height
 The number of cells of height More...
 
List< Cellcells = new List<Cell>()
 List of cells More...
 

Detailed Description

Class that contains the stamp information of the Map

Constructor & Destructor Documentation

Stamp ( )
Stamp ( Map  map,
Stamp  stamp 
)

Member Data Documentation

List<Cell> cells = new List<Cell>()

List of cells

int height

The number of cells of height

Map map

Associated with Map

int width

The number of cells of the width