Example #1
0
 public IEnumerable <GameObject> GetTiles()
 {
     return(tiles.Cast <GameObject>());
 }