Closed FaronBracy closed 1 year ago
If the Map class had a custom indexer it would allow us to call Map[X,Y] to get a cell at an X,Y coordinate.
I have received feedback that this would be slightly nicer than calling Map.GetCell( X, Y ) as is available now.
Added in https://github.com/FaronBracy/RogueSharp/commit/b6f3199fd320afb6ca79e3e510d1ad3760055176
If the Map class had a custom indexer it would allow us to call Map[X,Y] to get a cell at an X,Y coordinate.
I have received feedback that this would be slightly nicer than calling Map.GetCell( X, Y ) as is available now.