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

MapConstants.*Mark should be loaded from somewhere #76

Open jlnunez89 opened 4 years ago

jlnunez89 commented 4 years ago

Adding this to track and at some point remove.

Problem

These marks on the map which help with the development are map-specific as they are a hard-coded location and should be loaded dynamically at some point.

Solution

Load the marks from the data/control plane and make them dynamic.