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

Split ext projects #26

Closed jlnunez89 closed 4 years ago

jlnunez89 commented 4 years ago

Minor PR to split projects that are specialized implementations of an interface.

Examples of these are IMapLoader implementations and the IItemTypeLoader implementations.

**Diff is messy because this one goes on top of #25