예제 #1
0
 public TileSet()
 {
     tileSetName = "My first tile set";
     tile = new List<Tile>();
     tileSheet = new SpriteSheet();
 }