Exemplo n.º 1
0
 public void InitMapData(ref MapData mapAsset)
 {
     mapAsset.init(m_name, m_width, m_height, m_chunkSize, m_tileSize, m_tileSet, m_tiles.Values, m_backgroundImage);
 }