[Enhancement]: Modernize game-specific protocol extensions #82
Labels
awaiting-approval
Topic has not been approved or denied
enhancement
An update to an existing part of the codebase
Checked Existing
What enhancement would you like to see?
Some game server protocol extensions (for example, Splatoon), are not as modernized with the rest of the codebase.
For example, creating a Ranking protocol is normally handled like this:
However, the Splatoon ranking protocol extension still requires the protocol to be made with the endpoint:
Mario Kart 8's ranking also has this:
The game-specific protocol extensions should be updated for consistency.
Any other details to share? (OPTIONAL)
No response
The text was updated successfully, but these errors were encountered: