blurite / rsprot

RSProt is an all-in-one networking package for RuneScape Private Servers, primarily targeted at the OldSchool scene.
MIT License
27 stars 5 forks source link

Revision-specific APIs #9

Closed Z-Kris closed 4 months ago

Z-Kris commented 5 months ago

API modules will be the primary modules that servers depend on, bringing the entire library, with the exception of Netty handlers which will be in their own modules, together. This should offer an all-in-one implementation that's effectively ready to be used by servers, exposing the model and the shared modules, along with every non-revision-specific module to the end user. The platform-specific modules and the *internal module will not be exposed to the end-user.