FaronBracy / RogueSharp

A .NET Standard class library providing map generation, path-finding, and field-of-view utilities frequently used in roguelikes or 2D tile based games. Inspired by libtcod
https://roguesharp.wordpress.com/
MIT License
574 stars 58 forks source link

Change Map.Create() to be generic #22

Closed aodendaal closed 5 years ago

aodendaal commented 5 years ago

Change Map.Create() to be generic. Returning the same map type as the strategy's map

FaronBracy commented 5 years ago

:+1: Good catch, thank you for the PR.