jlnunez89 / fibula-mmo

An open source server written in C# for the other-leg-bone-name game (which must not be named).
MIT License
28 stars 7 forks source link

Tile class should be abstracted. #18

Closed jlnunez89 closed 4 years ago

jlnunez89 commented 4 years ago

Just changed Tile from a struct to a class with the map description optimizations (#16), but left Map and Tile coupled.

jlnunez89 commented 4 years ago

addressed with #24