forked from zombieb/undead-universal-patch-il2cpp
Update SERVERS.md
add auth mentions
This commit is contained in:
@@ -5,18 +5,18 @@
|
||||
Requests are sent after any of these events:
|
||||
* Nameserver response
|
||||
* Authentication response
|
||||
* Local account fetch response
|
||||
* Local account fetch response (has auth)
|
||||
|
||||
## Endpoints
|
||||
|
||||
### `API: GET "/api/undead/v1/emotes"`
|
||||
### `API: GET "/api/undead/v1/emotes"` (after local account response)
|
||||
Expects: `List<EmoteConfigDTO>` [(to DTO)](#emoteconfigdto)
|
||||
|
||||
Replace existing emotes in the game with these, keyed by `UniqueName`.
|
||||
|
||||
See [the source](./Core/Content/CustomRecNet/CustomEmotes/RecNetEmotes.cs) for more information.
|
||||
|
||||
### `API: GET "/api/undead/v1/photon"`
|
||||
### `API: GET "/api/undead/v1/photon"` (after local account response)
|
||||
Expects: `PhotonConfigDTO` [(to DTO)](#photonconfigdto)
|
||||
|
||||
The patch uses a Photon configuration given by the server.<br>
|
||||
|
||||
Reference in New Issue
Block a user