Nostalgia  2.1.5
Stamp Class Reference

Mapのスタンプ情報を格納するクラス More...

Classes

class  Cell
 スタンプのセルを格納するクラス More...
 

Public Member Functions

 Stamp ()
 
 Stamp (Map map, Stamp stamp)
 

Public Attributes

Map map
 関連付けられるMap More...
 
int width
 幅のCell数 More...
 
int height
 高さのCell数 More...
 
List< Cellcells = new List<Cell>()
 Cellのリスト More...
 

Detailed Description

Mapのスタンプ情報を格納するクラス

Constructor & Destructor Documentation

Stamp ( )
Stamp ( Map  map,
Stamp  stamp 
)

Member Data Documentation

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

Cellのリスト

int height

高さのCell数

Map map

関連付けられるMap

int width

幅のCell数